mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
[Backport release-26.05] nodejs_26: 26.6.0 -> 26.7.0 (#549594)
This commit is contained in:
@@ -74,7 +74,7 @@ index e09fcc1ce8c59f..2f0fd30771881b 100644
|
||||
+ 'action_name': 'make_temporal_zoneinfo_cpp_action',
|
||||
+ 'inputs': [
|
||||
+ '<(V8_ROOT)/tools/include-file-as-bytes.py',
|
||||
+ '<(V8_ROOT)/../crates/vendor/zoneinfo64/src/data/zoneinfo64.res',
|
||||
+ '<(V8_ROOT)/../crates/vendor/zoneinfo64-v0_3/src/data/zoneinfo64.res',
|
||||
+ ],
|
||||
+ 'outputs': [
|
||||
+ '<(SHARED_INTERMEDIATE_DIR)/src/builtins/builtins-temporal-zoneinfo64-data.cc',
|
||||
@@ -82,7 +82,7 @@ index e09fcc1ce8c59f..2f0fd30771881b 100644
|
||||
+ 'action': [
|
||||
+ '<(python)',
|
||||
+ '<(V8_ROOT)/tools/include-file-as-bytes.py',
|
||||
+ '<(V8_ROOT)/../crates/vendor/zoneinfo64/src/data/zoneinfo64.res',
|
||||
+ '<(V8_ROOT)/../crates/vendor/zoneinfo64-v0_3/src/data/zoneinfo64.res',
|
||||
+ '<@(_outputs)',
|
||||
+ 'zoneinfo64_static_data',
|
||||
+ ],
|
||||
|
||||
@@ -23,8 +23,8 @@ let
|
||||
[ ];
|
||||
in
|
||||
buildNodejs {
|
||||
version = "26.6.0";
|
||||
sha256 = "ecb6eec812505c9292529087a2436ec6c891ffe0e3a897833416e5d7436d659f";
|
||||
version = "26.7.0";
|
||||
sha256 = "e6b182cbeeab032d1082ca4ac4fe15e3a57de691d3bde78ecf8a761fd56ee356";
|
||||
patches =
|
||||
(lib.optional (!(stdenv.hostPlatform.emulatorAvailable buildPackages)) (fetchpatch2 {
|
||||
url = "https://raw.githubusercontent.com/buildroot/buildroot/2f0c31bffdb59fb224387e35134a6d5e09a81d57/package/nodejs/nodejs-src/0003-include-obj-name-in-shared-intermediate.patch";
|
||||
|
||||
Reference in New Issue
Block a user