Skip to content

Commit

Permalink
nodejs_22: 22.6.0 -> 22.7.0 (NixOS#336556)
Browse files Browse the repository at this point in the history
(cherry picked from commit c455cc3)
  • Loading branch information
aduh95 committed Sep 6, 2024
1 parent 252d986 commit 87790b4
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 @@ -12,8 +12,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "22.6.0";
sha256 = "37259d618d5565ca55acc2585045c7e1c5b9965a3d4eb44c0a237fdae84b9d44";
version = "22.7.0";
sha256 = "1e0b6f2f2ca4fb0b4644a11363169daf4b7c42f00e5a53d2c65a9fdc463e7d88";
patches = [
./disable-darwin-v8-system-instrumentation-node19.patch
./bypass-darwin-xcrun-node16.patch
Expand Down

0 comments on commit 87790b4

Please sign in to comment.