diff options
author | Vincent Ambo <tazjin@tvl.su> | 2023-12-30T23·40+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-12-30T23·49+0000 |
commit | a5c5f1a29e8e9b39314a3ab024e170745ac96a3e (patch) | |
tree | 930313936ba9e46f52253d8b20c81640c5107b08 /third_party/overlays/tvl.nix | |
parent | ac25e5152c45565d548b99d182a19a33984b0170 (diff) |
fix(3p/overlays): bump tdlib to 1.8.23 r/7288
This fixes something without which I can't launch telega, which is mission-critical! Change-Id: I9bee9909291b08ec6f0bb5aea2080ad4e4a33624 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10481 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'third_party/overlays/tvl.nix')
-rw-r--r-- | third_party/overlays/tvl.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index 0a136babc24c..8149337f44a6 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -16,12 +16,12 @@ depot.nix.readTree.drvTargets { # To match telega in emacs-overlay or wherever tdlib = super.tdlib.overrideAttrs (_: { - version = "1.8.22"; + version = "1.8.23"; src = self.fetchFromGitHub { owner = "tdlib"; repo = "td"; - rev = "3870c29b158b75ca5e48e0eebd6b5c3a7994a000"; - sha256 = "12c59pyghyyamzln8bzhs65alv8ysw3ny6sccvwasr84yyif0b1h"; + rev = "27c3eaeb4964bd5f18d8488e354abde1a4383e49"; + sha256 = "14f65dfmg2p5hyvi3lffvvazwcd3i3jrrw3c2pwrc5yfgxk3662g"; }; }); |