Unverified Commit 442b1bd1 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #220107 from marsam/update-nodejs-18_x

nodejs-18_x: 18.14.2 -> 18.15.0
parents e4ba0e9d 708dcbce
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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
  ];
}