diff options
author | Vincent Ambo <mail@tazj.in> | 2021-11-13T21·22+0300 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-11-15T12·25+0000 |
commit | 81ca2948770d25f8d6bd33898a2190b42efb402d (patch) | |
tree | 6961c3ea6b8cd6c0a352f2b3e69691e167768364 /third_party | |
parent | 70d01b201f93a4980fe190de06440ae9525a6b13 (diff) |
chore(3p/overlays): Bump Emacs overlay to 2021-11-14 r/3068
I'm having issues with vterm and I wonder if it's caused by something in another package that is fixed in a newer overlay. Change-Id: Icb89636cd6c72b10558184634b7c9a5b7b8548c5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3877 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/overlays/emacs.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/overlays/emacs.nix b/third_party/overlays/emacs.nix index 144142a9f277..71645893f401 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 |