diff --git a/pkgs/development/web/nodejs/fix-temporal-integration-with-shared-icu.patch b/pkgs/development/web/nodejs/fix-temporal-integration-with-shared-icu.patch index 5a4ed7301f8f..6c3cfd1f7787 100644 --- a/pkgs/development/web/nodejs/fix-temporal-integration-with-shared-icu.patch +++ b/pkgs/development/web/nodejs/fix-temporal-integration-with-shared-icu.patch @@ -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', + ], diff --git a/pkgs/development/web/nodejs/v26.nix b/pkgs/development/web/nodejs/v26.nix index 785b403d240a..e7ba3bd59a44 100644 --- a/pkgs/development/web/nodejs/v26.nix +++ b/pkgs/development/web/nodejs/v26.nix @@ -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";