nixUnstable: nix-1.12pre5663_c7af84ce -> nix-1.12pre5732_fd10f6f2

This commit is contained in:
Eelco Dolstra 2017-11-07 12:25:17 +01:00
parent 1925b4c1a0
commit d2df286df7
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 {
name = "nix-1.12${suffix}";
suffix = "pre5663_c7af84ce";
suffix = "pre5732_fd10f6f2";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "c7af84ce846a9deefa5b4db1b1bce1c091ca2a1e";
sha256 = "1sc6rkx0500jz4fyfqm7443s1q24whmpx10mfs12wdk516f0q8qh";
rev = "fd10f6f2414521947ca60b9d1508d909f50e9faa";
sha256 = "17561jll94c8hdpxnyvdbjslnwr9g7ii4wqvrla7gfza236j9hff";
};
fromGit = true;
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };