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 d63430e + cda7816 commit cf2d8d4Copy full SHA for cf2d8d4
pkgs/development/web/nodejs/v24.nix
@@ -17,8 +17,8 @@ let
17
in
18
buildNodejs {
19
inherit enableNpm;
20
- version = "24.2.0";
21
- sha256 = "40143d43efbdeeb9537995f532126c494d63a31da332acb5022f76f00afc62ab";
+ version = "24.3.0";
+ sha256 = "eb688ef8a63fda9ebc0b5f907609a46e26db6d9aceefc0832009a98371e992ed";
22
patches =
23
(
24
if (stdenv.hostPlatform.emulatorAvailable buildPackages) then
0 commit comments