emacs: fix src hash for 30.2

In 04b2b5057b (#528448), emacs.src was
changed to use `fetchgit` from `fetchzip` but the hash was left
unchanged.  This patch fixes that.
This commit is contained in:
Lin Jian
2026-06-06 07:50:38 +08:00
parent aee046dc01
commit 0e0393ecd2
+1 -1
View File
@@ -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";