nixFlakes: 2.3pre20190830_04np4n6 -> 2.4pre20190913_a25c022

This commit is contained in:
Eelco Dolstra 2019-09-13 20:13:14 +02:00
parent a5b2e090ec
commit b9e81b2138

View File

@ -200,13 +200,13 @@ in rec {
}); });
nixFlakes = lib.lowPrio (callPackage common rec { nixFlakes = lib.lowPrio (callPackage common rec {
name = "nix-2.3${suffix}"; name = "nix-2.4${suffix}";
suffix = "pre20190830_04np4n6"; suffix = "pre20190913_a25c022";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "NixOS"; owner = "NixOS";
repo = "nix"; repo = "nix";
rev = "aa82f8b2d2a2c42f0d713e8404b668cef1a4b108"; rev = "a25c022af3fa0a35be406942869edae1bdff2cf8";
hash = "sha256-09ZHwpxf9pRDacCSGTHYx+fnKYgxKx8G37Jqb4wl1xI="; hash = "sha256-HIvgrkXxQ57TPcf2pn9PkSDzM4XOCwXa1zYyIvcAdpg=";
}; };
fromGit = true; fromGit = true;