nixUnstable: 2.0pre5950_3a5a241b -> 2.0pre5951_690ac7c9.

This commit is contained in:
Shea Levy 2018-02-18 02:47:08 -05:00
parent a933aa9a8d
commit 5a0eec1de1
No known key found for this signature in database
GPG Key ID: 5C0BD6957D86FE27

View File

@ -124,12 +124,12 @@ in rec {
nixUnstable = (lib.lowPrio (common rec { nixUnstable = (lib.lowPrio (common rec {
name = "nix-2.0${suffix}"; name = "nix-2.0${suffix}";
suffix = "pre5950_3a5a241b"; suffix = "pre5951_690ac7c9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "NixOS"; owner = "NixOS";
repo = "nix"; repo = "nix";
rev = "3a5a241b3209f14f8801b902ba20b5cb0666c9df"; rev = "690ac7c90b5bf3c599e210c53365c7d229c8b0ff";
sha256 = "0cwjyhgyfzi2dz561nj897zhkbyx6lzi49avcyia2pr4498jcl6k"; sha256 = "1yn2p38kp1i67makbawr1rhdiwihgnvk2zwrz0gvf6q65mj2k89c";
}; };
fromGit = true; fromGit = true;
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; }; })) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };