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.
1 parent 14736b6 commit 915a9a6Copy full SHA for 915a9a6
pkgs/development/web/nodejs/v22.nix
@@ -17,8 +17,8 @@ let
17
in
18
buildNodejs {
19
inherit enableNpm;
20
- version = "22.15.0";
21
- sha256 = "e7c4226d1d92f33ad854d6da4f7e519e77690b8e73f93496881f8c539174d9df";
+ version = "22.15.1";
+ sha256 = "c19f0177d21c621746625e5f37590bd0d79a72043b77b53784cba5f145e7263e";
22
patches =
23
(
24
if (stdenv.hostPlatform.emulatorAvailable buildPackages) then
0 commit comments