nodejs_22: 22.1.0 -> 22.2.0

Changelog: https://github.com/nodejs/node/releases/tag/v22.2.0
This commit is contained in:
Mario Rodas
2024-05-16 04:20:00 +00:00
parent 8a9a1e6369
commit c4cb8c8421
+2 -2
View File
@@ -8,8 +8,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "22.1.0";
sha256 = "sha256-nX1fQNnb1iYMmbXklLX5vHVejw/6xw4SGtzl+0QvI8s=";
version = "22.2.0";
sha256 = "sha256-iJkIqIKNFISRDX5lm2qlet6NUo/w45Dpp372WadihHQ=";
patches = [
./disable-darwin-v8-system-instrumentation-node19.patch
./bypass-darwin-xcrun-node16.patch