From 3ced3870f47f5207a7d755a096495d1bf434ec97 Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Wed, 8 Sep 2021 12:25:51 -0600 Subject: nix: update sources Signed-off-by: Kenny Ballou --- nix/sources.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nix') diff --git a/nix/sources.nix b/nix/sources.nix index d4ae6043..72597b80 100644 --- a/nix/sources.nix +++ b/nix/sources.nix @@ -7,7 +7,7 @@ }; unstable = builtins.fetchGit { url = "https://github.com/NixOS/nixpkgs.git"; - rev = "08ef0f28e3a41424b92ba1d203de64257a9fca6a"; + rev = "6cc260cfd60f094500b79e279069b499806bf6d8"; }; stable = builtins.fetchGit { url = "https://github.com/NixOS/nixpkgs.git"; @@ -24,7 +24,7 @@ }; stable = builtins.fetchGit { url = "https://github.com/nix-community/emacs-overlay.git"; - rev = "efc5b40f6dfb4bffa8cd5965e9825f95cff3028b"; + rev = "6e4162880b7829bcabd02eaece38ede3aee557f9"; }; }; } -- cgit v1.2.1