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

6 lines
137 B
Nix
Raw Normal View History

import ./generic.nix (rec {
version = "28.1";
sha256 = "sha256-D33wnlxhx0LyG9WZaQDj2II3tG0HcJdZTC4dSA3lrgY=";
patches = _: [ ];
})