From 0e0393ecd22ee4088e9df6fe47053b315eb56aeb Mon Sep 17 00:00:00 2001 From: Lin Jian Date: Sat, 6 Jun 2026 07:50:38 +0800 Subject: [PATCH] emacs: fix src hash for 30.2 In 04b2b5057bc33fa78cfc19a7fb414d84a622384d (#528448), emacs.src was changed to use `fetchgit` from `fetchzip` but the hash was left unchanged. This patch fixes that. --- pkgs/applications/editors/emacs/sources.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/emacs/sources.nix b/pkgs/applications/editors/emacs/sources.nix index e173831d0903..1e00137cb90c 100644 --- a/pkgs/applications/editors/emacs/sources.nix +++ b/pkgs/applications/editors/emacs/sources.nix @@ -118,7 +118,7 @@ in version = "30.2"; variant = "mainline"; rev = "emacs-30.2"; - hash = "sha256-W2eZ+cNQhi/fMeRkwOqSKU7Vzvp43WUOpiwaLLNEXtg="; + hash = "sha256-3Lfb3HqdlXqSnwJfxe7npa4GGR9djldy8bKRpkQCdSA="; patches = fetchpatch: [ (fetchpatch { name = "fix-off-by-one-mistake-80851-CVE-2026-6861.patch";