Skip to content

Commit

Permalink
nixUnstable: nix-1.12pre5663_c7af84ce -> nix-1.12pre5732_fd10f6f2
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Nov 7, 2017
1 parent 1925b4c commit d2df286
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/package-management/nix/default.nix
Expand Up @@ -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; }; };
Expand Down

0 comments on commit d2df286

Please sign in to comment.