Merge pull request #95742 from kalekseev/fix/nix-unstable
nixUnstable: pre20200721_ff314f1 -> pre20200829_f156513
This commit is contained in:
commit
ba6ac14311
1 changed files with 4 additions and 4 deletions
|
@ -195,14 +195,14 @@ in rec {
|
||||||
});
|
});
|
||||||
|
|
||||||
nixUnstable = lib.lowPrio (callPackage common rec {
|
nixUnstable = lib.lowPrio (callPackage common rec {
|
||||||
name = "nix-2.4${suffix}";
|
name = "nix-3.0${suffix}";
|
||||||
suffix = "pre20200721_ff314f1";
|
suffix = "pre20200829_f156513";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NixOS";
|
owner = "NixOS";
|
||||||
repo = "nix";
|
repo = "nix";
|
||||||
rev = "ff314f186e3f91d87af6ad96c0ae3b472494b940";
|
rev = "f15651303f8596bf34c67fc8d536b1e9e7843a87";
|
||||||
hash = "sha256-QibpLo4/gf2xYGoeQcgjZzH/qy5TBRVH+QCHgqOwur0=";
|
hash = "sha256-HqM3Z4DLdMrf+0PPZL9ysctGg+K+i3S/IHA1GsJj0Ro=";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit storeDir stateDir confDir boehmgc;
|
inherit storeDir stateDir confDir boehmgc;
|
||||||
|
|
Loading…
Reference in a new issue