We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252d986 commit 87790b4Copy full SHA for 87790b4
pkgs/development/web/nodejs/v22.nix
@@ -12,8 +12,8 @@ let
12
in
13
buildNodejs {
14
inherit enableNpm;
15
- version = "22.6.0";
16
- sha256 = "37259d618d5565ca55acc2585045c7e1c5b9965a3d4eb44c0a237fdae84b9d44";
+ version = "22.7.0";
+ sha256 = "1e0b6f2f2ca4fb0b4644a11363169daf4b7c42f00e5a53d2c65a9fdc463e7d88";
17
patches = [
18
./disable-darwin-v8-system-instrumentation-node19.patch
19
./bypass-darwin-xcrun-node16.patch
0 commit comments