Merge pull request #104289 from hercules-ci/update-nixUnstable-2020-11-19

nixUnstable: pre20201102_550e11f -> pre20201118_79aa7d9
This commit is contained in:
Robert Hensing 2020-11-21 13:00:55 +01:00 committed by GitHub
commit 18506b716e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,13 +199,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 = "pre20201102_550e11f"; suffix = "pre20201118_79aa7d9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "NixOS"; owner = "NixOS";
repo = "nix"; repo = "nix";
rev = "550e11f077ae508abde5a33998a9d4029880e7b2"; rev = "79aa7d95183cbe6c0d786965f0dbff414fd1aa67";
sha256 = "186grfxsfqg7r92wgwbma66xc7p3iywn43ff7s59m4g6bvb0qgcl"; sha256 = "0aa0xggrczylwp3da3q9m4ad9j6gzi7wpa3ph4i8a1ng36kl91c7";
}; };
inherit storeDir stateDir confDir boehmgc; inherit storeDir stateDir confDir boehmgc;