Unverified Commit 8d3c0444 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #299328 from marsam/update-nodejs_18

nodejs_18: 18.19.1 -> 18.20.0
parents 6b7672b3 b5e930a5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@ let
in
buildNodejs {
  inherit enableNpm;
  version = "18.19.1";
  sha256 = "sha256-CQ+WouzeCAtrOCxtZCvKXQvkcCp4y1Vb578CsgvRbe0=";
  version = "18.20.0";
  sha256 = "sha256-BMhneaLMfu/fzzeanYWIOqHTsdyJCbYiGxY2hIF4VqQ=";
  patches = [
    ./disable-darwin-v8-system-instrumentation.patch
    ./bypass-darwin-xcrun-node16.patch