Skip to content

Commit

Permalink
nodejs-18_x: 18.14.2 -> 18.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Mar 7, 2023
1 parent a9f42c3 commit 708dcbc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/web/nodejs/v18.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ let
in
buildNodejs {
inherit enableNpm;
version = "18.14.2";
sha256 = "sha256-+8Nk3SX+4srMDyAz2y2GEV/AdXUxDqDmRAi4Fw0JxoU=";
version = "18.15.0";
sha256 = "sha256-jkTWUBj/lzKEGVwjGGRpoOpAgul+xCAOX1cG1VhNqjc=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
./bypass-darwin-xcrun-node16.patch
./revert-arm64-pointer-auth.patch
];
}

0 comments on commit 708dcbc

Please sign in to comment.