emacs: bump emacs2nix to handle more versions with non-digit chars

Fixes https://github.com/NixOS/nixpkgs/issues/346034
This commit is contained in:
Lin Jian
2024-10-03 21:31:18 +08:00
parent 6d5e7f0425
commit 3516a83150
@@ -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