about summary refs log tree commit diff
path: root/third_party/overlays
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/overlays')
-rw-r--r--third_party/overlays/emacs.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/overlays/emacs.nix b/third_party/overlays/emacs.nix
index 144142a9f2..71645893f4 100644
--- a/third_party/overlays/emacs.nix
+++ b/third_party/overlays/emacs.nix
@@ -2,10 +2,10 @@
 { ... }:
 
 let
-  # from 2021-11-11
-  commit = "72b8a1e5614b8ab2de30c7d25fa453e55152ac40";
+  # from 2021-11-14
+  commit = "c75b7c047cc4635b0ecdedfd4ad78e1ac76e41c5";
   src = builtins.fetchTarball {
     url = "https://github.com/nix-community/emacs-overlay/archive/${commit}.tar.gz";
-    sha256 = "1729nfci2vpc7yyfcan8dc2rw98amf2h5n1vrgm4nrbvyhyh3mv0";
+    sha256 = "06if42qy22xni3gd9hqqq6yhama20qn402asalj16mxi1rxx4kgz";
   };
 in import src