mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
nixFlakes: 2.3pre20190612_06010ea -> 2.3pre20190712_aa82f8b
(cherry picked from commit 31c38894c9)
This commit is contained in:
@@ -192,12 +192,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";
|
||||
sha256 = "158njzx0gqyvjz534f1y63w583kjk45nlgzx4abg8k775043c5ii";
|
||||
};
|
||||
fromGit = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user