Merge pull request #192688 from marsam/update-nodejs

nodejs: 14.20.0 -> 14.20.1, 16.17.0 -> 16.17.1 ,18.9.0 -> 18.9.1

authored by

Mario Rodas and committed by
GitHub
78fa74cc 2561d153

+6 -6
+2 -2
pkgs/development/web/nodejs/v14.nix
··· 8 in 9 buildNodejs { 10 inherit enableNpm; 11 - version = "14.20.0"; 12 - sha256 = "0slrcgiwwn8isp2ih5i2v1d6lsafz7bg6qwxf2lydlc9i14rhl1b"; 13 patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff; 14 }
··· 8 in 9 buildNodejs { 10 inherit enableNpm; 11 + version = "14.20.1"; 12 + sha256 = "sha256-NlBX6mYZI8v6cb3XqNCs6d3/jSLUMa2SNV+EM87P8U0="; 13 patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff; 14 }
+2 -2
pkgs/development/web/nodejs/v16.nix
··· 8 in 9 buildNodejs { 10 inherit enableNpm; 11 - version = "16.17.0"; 12 - sha256 = "sha256-HSjChWheRGmFkhvJY1ZcqcDF9P2pdV5InAaAjql5VkU="; 13 patches = [ 14 ./disable-darwin-v8-system-instrumentation.patch 15 # Fix npm silently fail without a HOME directory https://github.com/npm/cli/issues/4996
··· 8 in 9 buildNodejs { 10 inherit enableNpm; 11 + version = "16.17.1"; 12 + sha256 = "sha256-ZyH+tBUtVtLGs1jOOXq9Wn8drwnuLiXFAhubTT+GozA="; 13 patches = [ 14 ./disable-darwin-v8-system-instrumentation.patch 15 # Fix npm silently fail without a HOME directory https://github.com/npm/cli/issues/4996
+2 -2
pkgs/development/web/nodejs/v18.nix
··· 7 in 8 buildNodejs { 9 inherit enableNpm; 10 - version = "18.9.0"; 11 - sha256 = "sha256-x1zImv6tl2eRkArM3gKnsefnYnAvD2+mjqrLAZhNllQ="; 12 patches = [ 13 (fetchpatch { 14 # Fixes cross compilation to aarch64-linux by reverting https://github.com/nodejs/node/pull/43200
··· 7 in 8 buildNodejs { 9 inherit enableNpm; 10 + version = "18.9.1"; 11 + sha256 = "sha256-84GWPUNWi6aZkVyIYp3G2koZY4BNzTey5uHRDZI91dk="; 12 patches = [ 13 (fetchpatch { 14 # Fixes cross compilation to aarch64-linux by reverting https://github.com/nodejs/node/pull/43200