Skip to content

Commit 915a9a6

Browse files
committed
nodejs_22: 22.15.0 -> 22.15.1
1 parent 14736b6 commit 915a9a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/web/nodejs/v22.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ let
1717
in
1818
buildNodejs {
1919
inherit enableNpm;
20-
version = "22.15.0";
21-
sha256 = "e7c4226d1d92f33ad854d6da4f7e519e77690b8e73f93496881f8c539174d9df";
20+
version = "22.15.1";
21+
sha256 = "c19f0177d21c621746625e5f37590bd0d79a72043b77b53784cba5f145e7263e";
2222
patches =
2323
(
2424
if (stdenv.hostPlatform.emulatorAvailable buildPackages) then

0 commit comments

Comments
 (0)