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 30022e1 + f2ab613 commit 08c9790Copy full SHA for 08c9790
pkgs/tools/package-management/nix/default.nix
@@ -172,12 +172,12 @@ in lib.makeExtensible (self: ({
172
173
git = common rec {
174
version = "2.23.0";
175
- suffix = "pre20240510_${lib.substring 0 8 src.rev}";
+ suffix = "pre20240520_${lib.substring 0 8 src.rev}";
176
src = fetchFromGitHub {
177
owner = "NixOS";
178
repo = "nix";
179
- rev = "87ab3c0ea4e6f85e7b902050365bb75cf2836fbb";
180
- hash = "sha256-j/PLYYGs+Gjge4JGYxMjOhWQEp+GB4Fdicetbpmp6n0=";
+ rev = "b7709d14a5b3a76d1c5b35b48ea3ed2de6c3dc28";
+ hash = "sha256-v+M9oeOcfgFXVoXqdpaskTHNA0T3Pr/8IOJtCggh+To=";
181
};
182
183
0 commit comments