nodejs_22: 22.22.3 -> 22.23.0

This commit is contained in:
Antoine du Hamel 2026-06-18 06:38:43 +02:00
commit 7b0b7bbb42
No known key found for this signature in database
GPG key ID: 20B1A390B168D356

View file

@ -23,8 +23,8 @@ let
[ ];
in
buildNodejs {
version = "22.22.3";
sha256 = "f3e6a578db1ab335a4a72785c1e87ad18a2cf6d2fc25747a1d741fb34af0bd0f";
version = "22.23.0";
sha256 = "3acfae100c7b855a4c76520ee0f95cadcace3f4254f16b7d4887f178fc95d4a0";
patches =
(
if (stdenv.hostPlatform.emulatorAvailable buildPackages) then
@ -64,26 +64,5 @@ buildNodejs {
url = "https://github.com/nodejs/node/commit/ff3a028f8bf88da70dc79e1d7b7947a8d5a8548a.patch?full_index=1";
hash = "sha256-LJcO3RXVPnpbeuD87fiJ260m3BQXNk3+vvZkBMFUz5w=";
})
# update tests for nghttp2 1.65
./deprecate-http2-priority-signaling.patch
(fetchpatch2 {
url = "https://github.com/nodejs/node/commit/a63126409ad4334dd5d838c39806f38c020748b9.diff?full_index=1";
hash = "sha256-lfq8PMNvrfJjlp0oE3rJkIsihln/Gcs1T/qgI3wW2kQ=";
includes = [ "test/*" ];
})
# Patch for nghttp2 1.69 support
(fetchpatch2 {
url = "https://github.com/nodejs/node/commit/ecbc22dc3709290dcaadf634a28d8307a75952ee.diff?full_index=1";
hash = "sha256-LwniqgKlG1IiqSzdP7UgBw3/9cn1jyz/jtx45yb6RWM=";
includes = [
"test/parallel/test-http2-misbehaving-flow-control-paused.js"
"test/parallel/test-http2-misbehaving-flow-control.js"
];
})
(fetchpatch2 {
url = "https://github.com/nodejs/node/commit/4a32c00fb8dbe55c3bcf9ef43343968c9fe449e6.diff?full_index=1";
hash = "sha256-pex8ruwa4b/vWvfGA+nyN3JJP8NOturmwAQe4Rkd6nU=";
excludes = [ "tools/nix/*" ];
})
];
}