nixUnstable: 1.12pre5506_3162ad5f -> 1.12pre5511_c94f3d55

This commit is contained in:
Eelco Dolstra 2017-07-21 12:51:41 +02:00
parent 77ebd34459
commit 8a31137441
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE

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 = "pre5506_3162ad5f"; suffix = "pre5511_c94f3d55";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "NixOS"; owner = "NixOS";
repo = "nix"; repo = "nix";
rev = "3162ad5ff497b92fc25cd3f397eaff01d67340cc"; rev = "c94f3d5575d7af5403274d1e9e2f3c9d72989751";
sha256 = "0gs1fqqm2ghbq2svz1h4bna9f0zjw2cs8ha7cn27kwajb14qw8fk"; sha256 = "1akfzzm4f07wj6l7za916xv5rnh71pk3vl8dphgradjfqb37bv18";
}; };
fromGit = true; fromGit = true;
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; }; })) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };