Skip to content

Commit

Permalink
nixUnstable: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Oct 13, 2017
1 parent 4c1b8fc commit 8efe90a
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 = "pre5639_fda7b95c";
suffix = "pre5650_1dd29d7a";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "fda7b95cb08c447a7ee4ec18ea3574d76e6264df";
sha256 = "1ynrhxc21s7i9hl13bb6ajzf8ypr10j2kzq5vmcamncf5aq0s9q8";
rev = "1dd29d7aebae706f3e90a18bbfae727f2ed03c70";
sha256 = "182v2rczm8al1ggbaca8qapvrjyp21li1fd3fiwr5nqgazgr5308";
};
fromGit = true;
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };
Expand Down

0 comments on commit 8efe90a

Please sign in to comment.