nixpkgs/pkgs/applications/editors/emacs/28.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
117 B
Nix
Raw Normal View History

2022-04-11 14:38:15 +00:00
import ./generic.nix (rec {
2022-09-12 11:21:47 +00:00
version = "28.2";
sha256 = "sha256-4oSLcUDR0MOEt53QOiZSVU8kPJ67GwugmBxdX3F15Ag=";
2022-04-11 14:38:15 +00:00
})