about summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs/28.nix
blob: 948fa52c0797df87412b57d4a31a8490abb41edc (plain) (blame)
1
2
3
4
5
import ./generic.nix (rec {
  version = "28.1";
  sha256 = "sha256-D33wnlxhx0LyG9WZaQDj2II3tG0HcJdZTC4dSA3lrgY=";
  patches = _: [ ];
})