Skip to content

Commit

Permalink
Merge pull request NixOS#308614 from Chaostheorie/cobalt.rocks/nodejs…
Browse files Browse the repository at this point in the history
…-22.1.0

nodejs_22: 22.0.0 -> 22.1.0
  • Loading branch information
marsam authored May 16, 2024
2 parents c38fee7 + c4cb8c8 commit ad05f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v22.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "22.0.0";
sha256 = "sha256-IuKPv/MfaQc7gCTLQnReUQX4QEHzR1smC5fVoUEDnRo=";
version = "22.2.0";
sha256 = "sha256-iJkIqIKNFISRDX5lm2qlet6NUo/w45Dpp372WadihHQ=";
patches = [
./disable-darwin-v8-system-instrumentation-node19.patch
./bypass-darwin-xcrun-node16.patch
Expand Down

0 comments on commit ad05f5e

Please sign in to comment.