Merge pull request #93642 from Ma27/update-nix-unstable
nixUnstable: 2.4pre20200719_a79b6dd -> 2.4pre20200721_ff314f1
This commit is contained in:
commit
bef8c2bef6
1 changed files with 3 additions and 3 deletions
|
@ -196,13 +196,13 @@ in rec {
|
||||||
|
|
||||||
nixUnstable = lib.lowPrio (callPackage common rec {
|
nixUnstable = lib.lowPrio (callPackage common rec {
|
||||||
name = "nix-2.4${suffix}";
|
name = "nix-2.4${suffix}";
|
||||||
suffix = "pre20200719_a79b6dd";
|
suffix = "pre20200721_ff314f1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NixOS";
|
owner = "NixOS";
|
||||||
repo = "nix";
|
repo = "nix";
|
||||||
rev = "a79b6ddaa5dd5960da845d1b8d3c80601cd918a4";
|
rev = "ff314f186e3f91d87af6ad96c0ae3b472494b940";
|
||||||
hash = "sha256-bOXZcOVh/4tnOb0vXCwDpmNHuW7aVfGUvmz3KyYMCuo=";
|
hash = "sha256-QibpLo4/gf2xYGoeQcgjZzH/qy5TBRVH+QCHgqOwur0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit storeDir stateDir confDir boehmgc;
|
inherit storeDir stateDir confDir boehmgc;
|
||||||
|
|
Loading…
Reference in a new issue