diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-05-27T12·21+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2024-05-27T12·47+0000 |
commit | e8324073eb85f1531e07ef5140db48d2a0d74239 (patch) | |
tree | 01e85c9f1c06d41821426a22e949770217b07a1d /third_party | |
parent | 60f189897e304cea4d8d63d8eda9afa6150e7288 (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
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/teleirc/default.nix | 6 |
1 files 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"; |