Skip to content

Commit

Permalink
nixUnstable: pre5849_74f75c85 -> pre5873_b76e282d
Browse files Browse the repository at this point in the history
  • Loading branch information
copumpkin committed Jan 23, 2018
1 parent 24fe57d commit 533cc72
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 = "pre5849_74f75c85";
suffix = "pre5873_b76e282d";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "74f75c855837bce7f48491e9ce8ac03794e5b40d";
sha256 = "1ch3v8rk1jf7yk9zd10fqgk11q63vjrk3mi2niv495zvkdjh4rf1";
rev = "b76e282da8824b679368370e43c994e588994a9a";
sha256 = "11clfc8fh8q8s3k4canmn36xhh3zcl2zd8wwddp4pdvdal16b5n6";
};
fromGit = true;
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };
Expand Down

0 comments on commit 533cc72

Please sign in to comment.