about summary refs log tree commit diff
path: root/third_party/overlays
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2023-11-12T15·29+0300
committerclbot <clbot@tvl.fyi>2023-11-12T18·19+0000
commite36872e689972e8738aed18b9e6a403826334fcb (patch)
tree8c688d307fc4889e11590732f9291d089c7fb6ea /third_party/overlays
parent0c9304d41e9fabb1a2401146237adf6ef4efb0ff (diff)
chore(3p/sources): bump nixpkgs & channels (2023-11-12) r/6998
* update wasm-bindgen in all Rust-wasm projects
* remove stable overlays that work again in unstable
* add texlive to stable overlays (see linked nixpkgs PR)
* bump tdlib to 1.8.18, new minimum for telega.el

Change-Id: Ib8e202de7dfbc35115fda31d0a98b6314b2adf17
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10010
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: flokli <flokli@flokli.de>
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 fb2a89e7fd..c194e5005f 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.16";
+    version = "1.8.18";
     src = self.fetchFromGitHub {
       owner = "tdlib";
       repo = "td";
-      rev = "cde095db6c75827fe4bd237039574aad373ad96b";
-      sha256 = "1zzacz2mhjmc36aqdc5v8a7zdi0mi7k8hnrnpj9gii061pm4vx4v";
+      rev = "100ca72b9179366d91089fd929f6c210f697031a";
+      sha256 = "1zk6nvlj1xmrljlwdlcm6rx22zz7hs2qffvrn13qjhi7qfhmbaxr";
     };
   });