Skip to content

Commit

Permalink
nixUnstable: pre5810_5d5b931f -> pre5849_74f75c85
Browse files Browse the repository at this point in the history
  • Loading branch information
copumpkin committed Jan 12, 2018
1 parent 48776d5 commit 4c96412
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-unstable-1.12${suffix}";
suffix = "pre5810_5d5b931f";
suffix = "pre5849_74f75c85";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "5d5b931fb178046ba286b8ef2b56a00b3a85c51c";
sha256 = "0sspf8np53j335dvgxw03lid0w43wzjkcbx6fqym2kqdcvbzw57j";
rev = "74f75c855837bce7f48491e9ce8ac03794e5b40d";
sha256 = "1ch3v8rk1jf7yk9zd10fqgk11q63vjrk3mi2niv495zvkdjh4rf1";
};
fromGit = true;
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };
Expand Down

0 comments on commit 4c96412

Please sign in to comment.