nodejs_22: 22.13.1 -> 22.14.0 (#381127)

Masum Reza 0f6e0fbc e2eca11d

Changed files
+2 -19
pkgs
development
web
nodejs
+2 -19
pkgs/development/web/nodejs/v22.nix
···
in
buildNodejs {
inherit enableNpm;
-
version = "22.13.1";
-
sha256 = "cfce282119390f7e0c2220410924428e90dadcb2df1744c0c4a0e7baae387cc2";
+
version = "22.14.0";
+
sha256 = "c609946bf793b55c7954c26582760808d54c16185d79cb2fb88065e52de21914";
patches = [
./configure-emulator.patch
./configure-armv6-vfpv2.patch
···
./node-npm-build-npm-package-logic.patch
./use-correct-env-in-tests.patch
./bin-sh-node-run-v22.patch
-
-
# FIXME: remove after a minor point release
-
(fetchpatch2 {
-
url = "https://github.com/nodejs/node/commit/49acdc8748fe9fe83bc1b444e24c456dff00ecc5.patch?full_index=1";
-
hash = "sha256-iK7bj4KswTeQ9I3jJ22ZPTsvCU8xeGGXEOo43dxg3Mk=";
-
})
-
(fetchpatch2 {
-
url = "https://github.com/nodejs/node/commit/d0ff34f4b690ad49c86b6df8fd424f39d183e1a6.patch?full_index=1";
-
hash = "sha256-ezcCrg7UwK091pqYxXJn4ay9smQwsrYeMO/NBE7VaM8=";
-
})
-
# test-icu-env is failing on ICU 74.2
-
# FIXME: remove once https://github.com/nodejs/node/pull/56661 is included in a next release
-
(fetchpatch2 {
-
url = "https://github.com/nodejs/node/commit/a364ec1d1cbbd5a6d20ee54d4f8648dd7592ebcd.patch?full_index=1";
-
hash = "sha256-EL1NgCBzz5O1spwHgocLm5mkORAiqGFst0N6pc3JvFg=";
-
revert = true;
-
})
];
}