about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2024-05-27T12·21+0300
committertazjin <tazjin@tvl.su>2024-05-27T12·47+0000
commite8324073eb85f1531e07ef5140db48d2a0d74239 (patch)
tree01e85c9f1c06d41821426a22e949770217b07a1d
parent60f189897e304cea4d8d63d8eda9afa6150e7288 (diff)
chore(3p/teleirc): use TVL fork temporarily r/8178
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 <tazjin@tvl.su>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
-rw-r--r--third_party/teleirc/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/teleirc/default.nix b/third_party/teleirc/default.nix
index c6bf73650e..8791511002 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";