3
0
Fork 0
forked from mirrors/nixpkgs

nixFlakes: 2.3pre20190612_06010ea -> 2.3pre20190712_aa82f8b

This commit is contained in:
Eelco Dolstra 2019-07-15 16:15:39 +02:00
parent f9843befd1
commit 31c38894c9
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -195,12 +195,12 @@ in rec {
nixFlakes = lib.lowPrio (callPackage common rec {
name = "nix-2.3${suffix}";
suffix = "pre20190612_06010ea";
suffix = "pre20190712_aa82f8b";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "06010eaf199005a393f212023ec5e8bc97978537";
sha256 = "1fq99fmlag5hxvgzxrclgfsnc1fhhfwnslyshad1934wi9nzx1s2";
rev = "aa82f8b2d2a2c42f0d713e8404b668cef1a4b108";
hash = "sha256-MRY2CCjnTPSWIv0/aguZcg5U+DA+ODLKl9vjB/qXFpU=";
};
fromGit = true;