We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 036dfcb commit e01e2f8Copy full SHA for e01e2f8
1 file changed
pkgs/development/web/nodejs/v24.nix
@@ -17,8 +17,8 @@ let
17
in
18
buildNodejs {
19
inherit enableNpm;
20
- version = "24.12.0";
21
- sha256 = "6d3e891a016b90f6c6a19ea5cbc9c90c57eef9198670ba93f04fa82af02574ae";
+ version = "24.13.0";
+ sha256 = "320fe909cbb347dcf516201e4964ef177b8138df9a7f810d0d54950481b3158b";
22
patches =
23
(
24
if (stdenv.hostPlatform.emulatorAvailable buildPackages) then
0 commit comments