Skip to content

Commit

Permalink
nixUnstable: Bump to pre5788_e3013543 for fetchGit bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Dec 7, 2017
1 parent 6d10ecd commit 0235f12
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 = "pre5732_fd10f6f2";
suffix = "pre5788_e3013543";
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "fd10f6f2414521947ca60b9d1508d909f50e9faa";
sha256 = "17561jll94c8hdpxnyvdbjslnwr9g7ii4wqvrla7gfza236j9hff";
rev = "e3013543d36926ecfe51e9eceab42c88cb40b138";
sha256 = "0cj6gc930jbs53dgar3kq7l7z6lnii9ava3pvjk2xvq3007xcx2h";
};
fromGit = true;
})) // { perl-bindings = perl-bindings { nix = nixUnstable; }; };
Expand Down

0 comments on commit 0235f12

Please sign in to comment.