Unverified Commit 674acd88 authored by Lin Jian's avatar Lin Jian Committed by GitHub
Browse files

emacs: bump emacs2nix to handle more versions with non-digit chars (#346170)

parents 9975800e 3516a831
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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