We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01e2f8 commit 4636600Copy full SHA for 4636600
1 file changed
pkgs/development/web/nodejs/v22.nix
@@ -17,8 +17,8 @@ let
17
in
18
buildNodejs {
19
inherit enableNpm;
20
- version = "22.20.0";
21
- sha256 = "ff7a6a6e8a1312af5875e40058351c4f890d28ab64c32f12b2cc199afa22002d";
+ version = "22.21.1";
+ sha256 = "487d73fd4db00dc2420d659a8221b181a7937fbc5bc73f31c30b1680ad6ded6a";
22
patches =
23
(
24
if (stdenv.hostPlatform.emulatorAvailable buildPackages) then
0 commit comments