Merge pull request #190924 from linj-fork/pr/bump-emacs-28.2

emacs: 28.1 -> 28.2
This commit is contained in:
Anderson Torres 2022-09-13 23:31:57 -03:00 committed by GitHub
commit 3ff5deafc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
import ./generic.nix (rec {
version = "28.1";
sha256 = "sha256-D33wnlxhx0LyG9WZaQDj2II3tG0HcJdZTC4dSA3lrgY=";
version = "28.2";
sha256 = "sha256-4oSLcUDR0MOEt53QOiZSVU8kPJ67GwugmBxdX3F15Ag=";
patches = _: [ ];
})