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 f6dac6f + d968aa8 commit f4c5e72Copy full SHA for f4c5e72
pkgs/tools/package-management/nix/default.nix
@@ -175,9 +175,8 @@ lib.makeExtensible (
175
};
176
177
nix_2_26 = commonMeson {
178
- version = "2.26.3";
179
- hash = "sha256-5ZV8YqU8mfFmoAMiUEuBqNwk0T3vUR//x1D12BiYCeY=";
180
- patches = [ ./patches/ghsa-g948-229j-48j3-2.26.patch ];
+ version = "2.26.4";
+ hash = "sha256-WmGMiwwC9RLomNtpDeRoe5bqBAH84A6pLcqi1MbcQi4=";
181
self_attribute_name = "nix_2_26";
182
183
0 commit comments