We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1eaa7bc + 04b552c commit 07db0ffCopy full SHA for 07db0ff
pkgs/tools/package-management/nix/default.nix
@@ -234,13 +234,13 @@ in rec {
234
nixUnstable = lib.lowPrio (callPackage common rec {
235
pname = "nix";
236
version = "2.4${suffix}";
237
- suffix = "pre20210802_47e96bb";
+ suffix = "pre20210908_${lib.substring 0 7 src.rev}";
238
239
src = fetchFromGitHub {
240
owner = "NixOS";
241
repo = "nix";
242
- rev = "47e96bb533f8cacc171bec9b688b134de31a48a9";
243
- sha256 = "sha256-vwj1fAGn3Pl9Vr/qSL+oDxuwbRzEdI3dsEg6o3xTmWg=";
+ rev = "3c56f62093601143838af923195f630d8ffae2d4";
+ sha256 = "sha256-pjdzLOEt8i1NQe4drLpp8+LrRd2MgsISSQEsMebz2kc=";
244
};
245
246
boehmgc = boehmgc_nixUnstable;
0 commit comments