about summary refs log tree commit diff
path: root/third_party/overlays
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2023-11-22T07·41+0300
committerclbot <clbot@tvl.fyi>2023-11-27T21·16+0000
commit360c98ce38a8eb94ab3955f4ed46c3a2e709bb74 (patch)
tree7418ccb4474ed0a57098501d035c677f87a830ef /third_party/overlays
parent0415bc6fd26ba5a20f81e2327305dc0ebfceb3b9 (diff)
chore(3p/sources): bump channels & overlays (2023-11-27) r/7076
* picked avrdude from stable channel
* removed override for texlive, as the upstream fix is merged
* picked awscli2 from stable channel
* bump tdlib to 1.8.21 (new minimum for telega.el)
* tvix/turbofetch: switch to nixpkgs-native mechanism for
  CARGO_MANIFEST_LINKS (whatever that is)

Change-Id: Ic695721b5ca750b89d21cab7a257e1db682b23c0
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10083
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'third_party/overlays')
-rw-r--r--third_party/overlays/tvl.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix
index 2920fac103..d354e0278b 100644
--- a/third_party/overlays/tvl.nix
+++ b/third_party/overlays/tvl.nix
@@ -42,12 +42,12 @@ depot.nix.readTree.drvTargets {
 
   # To match telega in emacs-overlay or wherever
   tdlib = super.tdlib.overrideAttrs (_: {
-    version = "1.8.18";
+    version = "1.8.21";
     src = self.fetchFromGitHub {
       owner = "tdlib";
       repo = "td";
-      rev = "100ca72b9179366d91089fd929f6c210f697031a";
-      sha256 = "1zk6nvlj1xmrljlwdlcm6rx22zz7hs2qffvrn13qjhi7qfhmbaxr";
+      rev = "3870c29b158b75ca5e48e0eebd6b5c3a7994a000";
+      sha256 = "12c59pyghyyamzln8bzhs65alv8ysw3ny6sccvwasr84yyif0b1h";
     };
   });