nodejs: 20.6.1 -> 20.7.0

Changelog: https://github.com/nodejs/node/releases/tag/v20.7.0
This commit is contained in:
Mario Rodas 2023-09-19 04:20:00 +00:00
parent 2f2a55e675
commit 15caf7f787

View File

@ -8,8 +8,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "20.6.1";
sha256 = "sha256-Ouxeco2qOIAMNDsSkiHTSIBkolKaObtUZ7xVviJsais=";
version = "20.7.0";
sha256 = "sha256-P8/c0FxGFRdIBZZZZnTfhbNc/OWX3QrjP1QW/E3xK+o=";
patches = [
./revert-arm64-pointer-auth.patch
./disable-darwin-v8-system-instrumentation-node19.patch