nodejs_23: 23.2.0 -> 23.5.0 (#357699)

authored by Antoine du Hamel and committed by GitHub 2b8df769 e4f44407

+4 -14
+4 -14
pkgs/development/web/nodejs/v23.nix
··· 14 in 15 buildNodejs { 16 inherit enableNpm; 17 - version = "23.2.0"; 18 - sha256 = "3cf7a8a36682775693691f1de901bb5973ad3c0ae2aa87b1add9de515e7b2fc7"; 19 patches = [ 20 ./configure-emulator.patch 21 ./configure-armv6-vfpv2.patch ··· 25 ./use-correct-env-in-tests.patch 26 ./bin-sh-node-run-v22.patch 27 28 - # Fix for https://github.com/NixOS/nixpkgs/issues/355919 29 # FIXME: remove after a minor point release 30 (fetchpatch2 { 31 - url = "https://github.com/nodejs/node/commit/a094a8166cd772f89e92b5deef168e5e599fa815.patch?full_index=1"; 32 - hash = "sha256-5FZfozYWRa1ZI/f+e+xpdn974Jg2DbiHbua13XUQP5E="; 33 - }) 34 - (fetchpatch2 { 35 - url = "https://github.com/nodejs/node/commit/f270462c09ddfd770291a7c8a2cd204b2c63d730.patch?full_index=1"; 36 - hash = "sha256-Err0i5g7WtXcnhykKgrS3ocX7/3oV9UrT0SNeRtMZNU="; 37 - }) 38 - # fixes test failure, remove when included in release 39 - (fetchpatch2 { 40 - url = "https://github.com/nodejs/node/commit/b6fe731c55eb4cb9d14042a23e5002ed39b7c8b7.patch?full_index=1"; 41 - hash = "sha256-KoKsQBFKUji0GeEPTR8ixBflCiHBhPqd2cPVPuKyua8="; 42 }) 43 ]; 44 }
··· 14 in 15 buildNodejs { 16 inherit enableNpm; 17 + version = "23.5.0"; 18 + sha256 = "32e77b36c0774c68baab41bc7c2acc58663ca0a2b7c4d3e9bec6f761c15fdac0"; 19 patches = [ 20 ./configure-emulator.patch 21 ./configure-armv6-vfpv2.patch ··· 25 ./use-correct-env-in-tests.patch 26 ./bin-sh-node-run-v22.patch 27 28 # FIXME: remove after a minor point release 29 (fetchpatch2 { 30 + url = "https://github.com/nodejs/node/commit/49acdc8748fe9fe83bc1b444e24c456dff00ecc5.patch?full_index=1"; 31 + hash = "sha256-iK7bj4KswTeQ9I3jJ22ZPTsvCU8xeGGXEOo43dxg3Mk="; 32 }) 33 ]; 34 }