From 48bbcf31a7035dceea06a86c3a84fe9af3af5b37 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Fri, 12 Dec 2025 14:30:40 -0600 Subject: modules/overlays/emacs: Fetch from GitHub instead of from Savannah Savannah seems to no longer offer tarballs per individual commit, so we have to get them from the GitHub mirror for now. --- modules/overlays/emacs.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/overlays/emacs.nix b/modules/overlays/emacs.nix index 3580fbd..ed62c34 100644 --- a/modules/overlays/emacs.nix +++ b/modules/overlays/emacs.nix @@ -10,7 +10,8 @@ final: prev: { configureFlags ++ ["--with-x-toolkit=no" "--without-toolkit-scroll-bars"]; version = "31.0.50"; patches = patches ++ [./emacs-alpha-dividers.patch]; - src = prev.fetchFromSavannah { + src = prev.fetchFromGitHub { + owner = "emacs-mirror"; repo = "emacs"; rev = "abcc099c732489354f8f2be70b9a919fffeb3d84"; hash = "sha256-uOF881PUJ54OHnITU5a9ftuxyS9YbatYXPKOEfZYmPA="; -- cgit v1.2.3