From e8324073eb85f1531e07ef5140db48d2a0d74239 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 27 May 2024 15:21:43 +0300 Subject: chore(3p/teleirc): use TVL fork temporarily This contains a fix for an issue where the bridge would forward messages from the wrong channel, because the source channel was not checked. tvlbot runs in 3 channels, so this caused issues. Change-Id: Icc85406b273f375ac90287364df83fb76f028b59 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11731 Autosubmit: tazjin Reviewed-by: tazjin Tested-by: BuildkiteCI --- third_party/teleirc/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/third_party/teleirc/default.nix b/third_party/teleirc/default.nix index c6bf73650e08..87915110024f 100644 --- a/third_party/teleirc/default.nix +++ b/third_party/teleirc/default.nix @@ -5,10 +5,10 @@ pkgs.buildGoModule rec { version = "2.3.0-4"; src = pkgs.fetchFromGitHub { - owner = "RITlug"; + owner = "tvlfyi"; repo = "teleirc"; - rev = "v2.3.0-4-g9ad5f9a"; - sha256 = "08h9ady2vz6nfcii2ac41b2lfqzjfiwv8apbcx4fybaymwy5vn7g"; + rev = "356ed1450840822172e7dff57965cc5371f63454"; + sha256 = "0s6rlixks7lar9js4q1drg742cy2p4n8l4pmlzjmskl5d04c15gq"; }; vendorHash = "sha256:06f2wyxbphj73wknpp6dsn7rb4yhvdl6x0gj729cns7r4bsviscs"; -- cgit 1.4.1