nixUnstable: bump

This commit is contained in:
Shea Levy 2017-10-13 11:05:25 -04:00
parent 4c1b8fc890
commit 8efe90a3f4
No known key found for this signature in database
GPG Key ID: 5C0BD6957D86FE27

View File

@ -161,12 +161,12 @@ in rec {
nixUnstable = (lib.lowPrio (common rec { nixUnstable = (lib.lowPrio (common rec {
name = "nix-1.12${suffix}"; name = "nix-1.12${suffix}";
suffix = "pre5639_fda7b95c"; suffix = "pre5650_1dd29d7a";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "NixOS"; owner = "NixOS";
repo = "nix"; repo = "nix";
rev = "fda7b95cb08c447a7ee4ec18ea3574d76e6264df"; rev = "1dd29d7aebae706f3e90a18bbfae727f2ed03c70";
sha256 = "1ynrhxc21s7i9hl13bb6ajzf8ypr10j2kzq5vmcamncf5aq0s9q8"; sha256 = "182v2rczm8al1ggbaca8qapvrjyp21li1fd3fiwr5nqgazgr5308";
}; };
fromGit = true; fromGit = true;
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; }; })) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };