We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af9eef5 + d52bb12 commit 1c63530Copy full SHA for 1c63530
pkgs/applications/editors/emacs/sources.nix
@@ -146,10 +146,10 @@ in
146
147
emacs30 = import ./make-emacs.nix (mkArgs {
148
pname = "emacs";
149
- version = "30.1-rc1";
+ version = "30.1";
150
variant = "mainline";
151
- rev = "30.1-rc1";
152
- hash = "sha256-eUEeSCr58uVPxTJMhRZvVSEbfrJ6n59iuYxR6LQkWJw=";
+ rev = "30.1";
+ hash = "sha256-wBuWLuFzwB77FqAYAUuNe3CuJFutjqp0XGt5srt7jAo=";
153
patches = fetchpatch: [
154
(builtins.path {
155
name = "inhibit-lexical-cookie-warning-67916.patch";
0 commit comments