emacs: bump emacs2nix to handle more versions with non-digit chars
Fixes https://github.com/NixOS/nixpkgs/issues/346034
This commit is contained in:
@@ -4,8 +4,8 @@ let
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "nix-community";
|
||||
repo = "emacs2nix";
|
||||
rev = "8454f2857252f32621b8022f797fef9b96862204";
|
||||
hash = "sha256-UHHEkY+t/IzWe8jC8bm+p275sKfnL5/v5wbwRDw6FZw=";
|
||||
rev = "9458961fc433a6c4cd91e7763f0aa1ef15f7b4aa";
|
||||
hash = "sha256-NJVKrYSF/22hrUJNJ3/znbcfHi/FtTePQ8Xzfp2eKAk=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user