summaryrefslogtreecommitdiff
path: root/modules/overlays
diff options
context:
space:
mode:
Diffstat (limited to 'modules/overlays')
-rw-r--r--modules/overlays/emacs.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/overlays/emacs.nix b/modules/overlays/emacs.nix
index 31a9cc5..3580fbd 100644
--- a/modules/overlays/emacs.nix
+++ b/modules/overlays/emacs.nix
@@ -12,8 +12,8 @@ final: prev: {
patches = patches ++ [./emacs-alpha-dividers.patch];
src = prev.fetchFromSavannah {
repo = "emacs";
- rev = "3dc022a0237389e2904a200da01f41dad779f1d9";
- hash = "sha256-23GKU/Z/FGShYdawzt7EPquZKMpZw1FyVgH8b0XmCjU=";
+ rev = "abcc099c732489354f8f2be70b9a919fffeb3d84";
+ hash = "sha256-uOF881PUJ54OHnITU5a9ftuxyS9YbatYXPKOEfZYmPA=";
};
});
}