Skip to content

Commit

Permalink
nixUnstable: 1.12pre5619_346aeee1 -> 1.12pre5639_fda7b95c
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Oct 11, 2017
1 parent 8c667cc commit db8a4a4
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 = "pre5619_346aeee1";
suffix = "pre5639_fda7b95c";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "346aeee1cb21b5cab5ddc3e8658c88321f513761";
sha256 = "0lyrs0mqnh89w1nzrqpxvnh7bdjpg8j22xaidql47f1nwbblmn3f";
rev = "fda7b95cb08c447a7ee4ec18ea3574d76e6264df";
sha256 = "1ynrhxc21s7i9hl13bb6ajzf8ypr10j2kzq5vmcamncf5aq0s9q8";
};
fromGit = true;
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };
Expand Down

0 comments on commit db8a4a4

Please sign in to comment.