Skip to content

Commit

Permalink
emacs: bump emacs2nix to handle more versions with non-digit chars (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jian-lin authored Oct 4, 2024
2 parents 9975800 + 3516a83 commit 674acd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/emacs/elisp-packages/emacs2nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 674acd8

Please sign in to comment.