emacs31: 31.1-rc1 -> 31.1 (#556042)

This commit is contained in:
Heitor Augusto
2026-08-24 19:22:49 +00:00
committed by GitHub
2 changed files with 8 additions and 3 deletions

View File

@@ -16,6 +16,11 @@
+nixpkgs.url = "https://channels.nixos.org/nixos-26.05/nixexprs.tar.zst";
```
- Emacs has been updated to 31.1.
This introduces some backwardsincompatible changes; see the NEWS for details.
NEWS can be viewed from Emacs by typing `C-h n`, or by clicking `Help->Emacs News` from the menu bar.
It can also be browsed [online](https://cgit.git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-31).
- `sing-box` now supports NaïveProxy outbounds.
## Backward Incompatibilities {#sec-nixpkgs-release-26.11-incompatibilities}

View File

@@ -107,10 +107,10 @@ in
{
emacs31 = import ./make-emacs.nix (mkArgs {
pname = "emacs";
version = "31.1-rc1";
version = "31.1";
variant = "mainline";
rev = "emacs-31.1-rc1";
hash = "sha256-ZNCYFfMA2f14p57g/LdG6YK7nwUio8fdXmllkChMOSc=";
rev = "emacs-31.1";
hash = "sha256-lFT5Vt49G17t/fRm5yppO5p9ui10I9JNJVaGO1GPZFI=";
});
emacs30 = import ./make-emacs.nix (mkArgs {