Skip to content

Commit

Permalink
Merge pull request #147376 from Artturin/updatenixunstable1
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored Nov 28, 2021
2 parents c849d93 + c192da1 commit 9818f39
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 @@ -256,13 +256,13 @@ in rec {
nixUnstable = lib.lowPrio (callPackage common rec {
pname = "nix";
version = "2.5${suffix}";
suffix = "pre20211007_${lib.substring 0 7 src.rev}";
suffix = "pre20211126_${lib.substring 0 7 src.rev}";

src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "844dd901a7debe8b03ec93a7f717b6c4038dc572";
sha256 = "sha256-fe1B4lXkS6/UfpO0rJHwLC06zhOPrdSh4s9PmQ1JgPo=";
rev = "55275fcc5966cfad80fb6dc77b8d8939a2f1b8e0";
sha256 = "sha256-jr85Z+0TA86mdsi3Y91wM3dFHWemmFHKdNwbx9rGz2U=";
};

boehmgc = boehmgc_nixUnstable;
Expand Down

0 comments on commit 9818f39

Please sign in to comment.