Skip to content

Commit 07db0ff

Browse files
Merge pull request #136463 from Ma27/bump-nixunstable
nixUnstable: 2.4pre20210802_47e96bb -> 2.4pre20210908_3c56f62
2 parents 1eaa7bc + 04b552c commit 07db0ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/package-management/nix/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,13 +234,13 @@ in rec {
234234
nixUnstable = lib.lowPrio (callPackage common rec {
235235
pname = "nix";
236236
version = "2.4${suffix}";
237-
suffix = "pre20210802_47e96bb";
237+
suffix = "pre20210908_${lib.substring 0 7 src.rev}";
238238

239239
src = fetchFromGitHub {
240240
owner = "NixOS";
241241
repo = "nix";
242-
rev = "47e96bb533f8cacc171bec9b688b134de31a48a9";
243-
sha256 = "sha256-vwj1fAGn3Pl9Vr/qSL+oDxuwbRzEdI3dsEg6o3xTmWg=";
242+
rev = "3c56f62093601143838af923195f630d8ffae2d4";
243+
sha256 = "sha256-pjdzLOEt8i1NQe4drLpp8+LrRd2MgsISSQEsMebz2kc=";
244244
};
245245

246246
boehmgc = boehmgc_nixUnstable;

0 commit comments

Comments
 (0)