nodejs_22: 22.16.0 -> 22.17.0

This commit is contained in:
Antoine du Hamel
2025-06-25 02:19:14 +02:00
parent 80d50fc879
commit 8f7bfa2f6b
+6 -6
View File
@@ -17,8 +17,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "22.16.0";
sha256 = "720894f323e5c1ac24968eb2676660c90730d715cb7f090be71a668662a17c37";
version = "22.17.0";
sha256 = "7a3ef2aedb905ea7926e5209157266e2376a5db619d9ac0cba3c967f6f5db4f9";
patches =
(
if (stdenv.hostPlatform.emulatorAvailable buildPackages) then
@@ -52,11 +52,11 @@ buildNodejs {
./use-correct-env-in-tests.patch
./bin-sh-node-run-v22.patch
# Can be removed after https://github.com/NixOS/nixpkgs/pull/403958.
# Fix for flaky test
# TODO: remove when included in a release
(fetchpatch2 {
url = "https://github.com/nodejs/node/commit/9aa57bf8dab2dbfb8b6974fe71d5dbe6daf66244.patch?full_index=1";
hash = "sha256-k3h8mPgvaIYGAkGmaL+ix7kUnyLw4/PF7wXMAWrPMXo=";
revert = true;
url = "https://github.com/nodejs/node/commit/cd685fe3b6b18d2a1433f2635470513896faebe6.patch?full_index=1";
hash = "sha256-KA7WBFnLXCKx+QVDGxFixsbj3Y7uJkAKEUTeLShI1Xo=";
})
];
}