Skip to content

Commit

Permalink
Merge pull request #105634 from bbigras/backport
Browse files Browse the repository at this point in the history
[20.09] nixUnstable: pre20201118_79aa7d9 -> pre20201201_5a6ddb3
  • Loading branch information
Ma27 committed Dec 2, 2020
2 parents 3d2ac79 + 6d4ccf6 commit 999b9b7
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 @@ -202,13 +202,13 @@ in rec {

nixUnstable = lib.lowPrio (callPackage common rec {
name = "nix-2.4${suffix}";
suffix = "pre20201118_79aa7d9";
suffix = "pre20201201_5a6ddb3";

src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "79aa7d95183cbe6c0d786965f0dbff414fd1aa67";
sha256 = "0aa0xggrczylwp3da3q9m4ad9j6gzi7wpa3ph4i8a1ng36kl91c7";
rev = "5a6ddb3de14a1684af6c793d663764d093fa7846";
sha256 = "0qhd3nxvqzszzsfvh89xhd239ycqb0kq2n0bzh9br78pcb60vj3g";
};

inherit storeDir stateDir confDir boehmgc;
Expand Down

0 comments on commit 999b9b7

Please sign in to comment.