From 16c012b2ae2d58ff39db04aaee557ca09c90ca88 Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Tue, 3 Aug 2021 12:33:27 -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 4a1e93de..81763918 100644 --- a/nix/sources.nix +++ b/nix/sources.nix @@ -7,7 +7,7 @@ }; unstable = builtins.fetchGit { url = "https://github.com/NixOS/nixpkgs.git"; - rev = "97087745820218d37afb6360eebdc6063a21d93a"; + rev = "2a6732c38dfa8c1a3c8288f2b47a28cbea57a304"; }; 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 = "c57f50b4ab4768b50df501e7d5145806c596534e"; + rev = "f884e04d8bc411e7a7e0c494050d6c749e084b1a"; }; }; } -- cgit v1.2.1