nixpkgs-odroid-hc4/pkgs/applications/editors/emacs/28.nix
2025-12-20 09:59:59 +11:00

5 lines
137 B
Nix

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