Merge pull request #329655 from aduh95/nodejs20-update

nodejs_20: 20.15.1 -> 20.16.0

authored by 0x4A6F and committed by GitHub 8a977702 5254a09f

+7 -15
+5 -5
pkgs/development/web/nodejs/nodejs.nix
··· 286 286 "test-tls-cli-max-version-1.3" 287 287 "test-tls-client-auth" 288 288 "test-tls-sni-option" 289 - ] ++ lib.optionals stdenv.buildPlatform.isDarwin [ 290 - # Disable tests that don’t work under macOS sandbox. 291 - "test-macos-app-sandbox" 292 - "test-os" 293 - "test-os-process-priority" 294 289 # This is a bit weird, but for some reason fs watch tests fail with 295 290 # sandbox. 296 291 "test-fs-promises-watch" ··· 311 306 "test-runner-run" 312 307 "test-runner-watch-mode" 313 308 "test-watch-mode-files_watcher" 309 + ] ++ lib.optionals stdenv.buildPlatform.isDarwin [ 310 + # Disable tests that don’t work under macOS sandbox. 311 + "test-macos-app-sandbox" 312 + "test-os" 313 + "test-os-process-priority" 314 314 ] ++ lib.optionals (stdenv.buildPlatform.isDarwin && stdenv.buildPlatform.isx86_64) [ 315 315 # These tests fail on x86_64-darwin (even without sandbox). 316 316 # TODO: revisit at a later date.
+2 -10
pkgs/development/web/nodejs/v20.nix
··· 12 12 in 13 13 buildNodejs { 14 14 inherit enableNpm; 15 - version = "20.15.1"; 16 - sha256 = "sha256-/dU6VynZNmkaKhFRBG+0iXchy4sPyir5V4I6m0D+DDQ="; 15 + version = "20.16.0"; 16 + sha256 = "cd6c8fc3ff2606aadbc7155db6f7e77247d2d0065ac18e2f7f049095584b8b46"; 17 17 patches = [ 18 18 ./configure-emulator.patch 19 19 ./configure-armv6-vfpv2.patch ··· 21 21 ./bypass-darwin-xcrun-node16.patch 22 22 ./node-npm-build-npm-package-logic.patch 23 23 ./use-correct-env-in-tests.patch 24 - (fetchpatch2 { 25 - url = "https://github.com/nodejs/node/commit/534c122de166cb6464b489f3e6a9a544ceb1c913.patch"; 26 - hash = "sha256-4q4LFsq4yU1xRwNsM1sJoNVphJCnxaVe2IyL6AeHJ/I="; 27 - }) 28 - (fetchpatch2 { 29 - url = "https://github.com/nodejs/node/commit/14863e80584e579fd48c55f6373878c821c7ff7e.patch"; 30 - hash = "sha256-I7Wjc7DE059a/ZyXAvAqEGvDudPjxQqtkBafckHCFzo="; 31 - }) 32 24 (fetchpatch2 { 33 25 url = "https://github.com/nodejs/node/commit/87598d4b63ef2c827a2bebdfa0f1540c35718519.patch"; 34 26 hash = "sha256-efRJ2nN9QXaT91SQTB+ESkHvXtBq30Cb9BEDEZU9M/8=";