[nix] Bump emacs overlay to latest Hydra build

This commit is contained in:
Sebastian Schulze 2022-06-09 08:26:37 +02:00
parent d1e3bd94c2
commit c145a26747
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ in
nixpkgs.overlays = [
(import (builtins.fetchTarball {
url = https://github.com/nix-community/emacs-overlay/archive/e6ec42b61a1a151d1f7adec951138597448007e6.tar.gz;
url = https://github.com/nix-community/emacs-overlay/archive/0756dbd32d75990468b170339bb68aab5f595da7.tar.gz;
}))
];