Skip to content

Commit

Permalink
nixUnstable: 1.12pre5344_eba840c8 -> 1.12pre5350_7689181e
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed May 8, 2017
1 parent 821e522 commit 234cdc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/package-management/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,12 @@ in rec {

nixUnstable = (lib.lowPrio (common rec {
name = "nix-1.12${suffix}";
suffix = "pre5344_eba840c8";
suffix = "pre5350_7689181e";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "eba840c8a13b465ace90172ff76a0db2899ab11b";
sha256 = "08yrzlmshg854w5pwq8af634wic91h7k55fs51i55dyxpw4wpxk7";
rev = "7689181e4f5921d3356736996079ec0310e834c6";
sha256 = "08daxcpj18dffsbqs3fckahq06gzs8kl6xr4b4jgijwdl5vqwiri";
};
fromGit = true;
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };
Expand Down

0 comments on commit 234cdc0

Please sign in to comment.