Skip to content

Commit

Permalink
Merge pull request #225992 from marsam/update-nodejs
Browse files Browse the repository at this point in the history
nodejs-18_x: 18.15.0 -> 18.16.0
  • Loading branch information
marsam authored Apr 13, 2023
2 parents 97250f2 + aae28d0 commit ff3ba4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v18.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "18.15.0";
sha256 = "sha256-jkTWUBj/lzKEGVwjGGRpoOpAgul+xCAOX1cG1VhNqjc=";
version = "18.16.0";
sha256 = "sha256-M9gaIz4jWlCa3aSk8iCQCNBFkZed5rPw9nwckGCT8Rg=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
./bypass-darwin-xcrun-node16.patch
Expand Down

0 comments on commit ff3ba4b

Please sign in to comment.