Loading pkgs/development/web/nodejs/v22.nix +5 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/development/web/nodejs/v22.nix +5 −3 Original line number Diff line number Diff line Loading @@ -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 Loading