nodejs_24: 24.15.0 -> 24.16.0 (#522655)

This commit is contained in:
Antoine du Hamel 2026-05-21 13:45:23 +00:00 committed by GitHub
commit fb1fdb4992
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,8 +23,8 @@ let
[ ];
in
buildNodejs {
version = "24.15.0";
sha256 = "a4f653d79ed140aaad921e8c22a3b585ca85cfdab80d4030f6309e4663a8a1c8";
version = "24.16.0";
sha256 = "2ff84a6de70b6165290111b0fc656ded1ad207a799816fe720cc7c31232df30f";
patches =
(
if (stdenv.hostPlatform.emulatorAvailable buildPackages) then
@ -56,13 +56,6 @@ buildNodejs {
./use-correct-env-in-tests.patch
./bin-sh-node-run-v22.patch
./use-nix-codesign.patch
# https://github.com/NixOS/nixpkgs/pull/507974#issuecomment-4249433124
# OpenSSL reports different errors
# https://github.com/nodejs/node/pull/62629
(fetchpatch2 {
url = "https://github.com/nodejs/node/commit/dd25d8f29d3ddadcf5a5ebfdf98ece55f9df96c6.patch?full_index=1";
hash = "sha256-6cxRN7TyWmJgUZt3jp2YXbVIjrDb2BNep5LxBOtT3Q0=";
})
# Patch for nghttp2 1.69 support
(fetchpatch2 {