nodejs_22: 22.22.1 -> 22.22.2 (#503152)

This commit is contained in:
Antoine du Hamel
2026-03-24 21:41:34 +00:00
committed by GitHub
+5 -3
View File
@@ -16,13 +16,15 @@ let
gypPatches =
if stdenv.buildPlatform.isDarwin then
callPackage ./gyp-patches.nix { patch_tools = false; }
[
./gyp-patches-set-fallback-value-for-CLT-darwin.patch
]
else
[ ];
in
buildNodejs {
version = "22.22.1";
sha256 = "87104b07e7acee748bcc5391e1bc69cf3571caa0fdfb8b1d6b5fd3f9599b7849";
version = "22.22.2";
sha256 = "b6bedd3a8cacd5df7df015a5088264b12c74a277ba60684cb9642ae8eb743132";
patches =
(
if (stdenv.hostPlatform.emulatorAvailable buildPackages) then