mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nodejs_24: 24.15.0 -> 24.16.0
This commit is contained in:
parent
e807f660df
commit
e9b7cf2133
1 changed files with 2 additions and 9 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue