From 27cbe4e09902bd852f0ba9b19b2e0f8a02f7910e Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 11 Nov 2021 22:27:50 +0100 Subject: chore(3p): Bump nixpkgs and emacs-overlay Change-Id: Ic3dd1050b137b3107d22b656675cc87727ee4a5c Reviewed-on: https://cl.tvl.fyi/c/depot/+/3841 Tested-by: BuildkiteCI Reviewed-by: sterni --- third_party/overlays/emacs.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'third_party/overlays') 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 -- cgit 1.4.1