about summary refs log tree commit diff
path: root/third_party/overlays
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-11-11T21·27+0100
committertazjin <mail@tazj.in>2021-11-12T08·27+0000
commit27cbe4e09902bd852f0ba9b19b2e0f8a02f7910e (patch)
tree3806b52175ba83e16d713d4ae9e574cb7a922076 /third_party/overlays
parentff846eb6ec1fa73f33ca7dca01480c78858dbc9c (diff)
chore(3p): Bump nixpkgs and emacs-overlay r/3036
Change-Id: Ic3dd1050b137b3107d22b656675cc87727ee4a5c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3841
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
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 c439611298..144142a9f2 100644
--- a/third_party/overlays/emacs.nix
+++ b/third_party/overlays/emacs.nix
@@ -2,10 +2,10 @@
 { ... }:
 
 let
-  # from 2021-10-22
-  commit = "e594a3e8a7d0fbed07a4ed61a7b3eb8f15ece547";
+  # from 2021-11-11
+  commit = "72b8a1e5614b8ab2de30c7d25fa453e55152ac40";
   src = builtins.fetchTarball {
     url = "https://github.com/nix-community/emacs-overlay/archive/${commit}.tar.gz";
-    sha256 = "1qqph536mw60cvyzick2bzrampjm840nf3vb84mmmk6sdqlhglwf";
+    sha256 = "1729nfci2vpc7yyfcan8dc2rw98amf2h5n1vrgm4nrbvyhyh3mv0";
   };
 in import src