Merge pull request #299809 from Rucadi/revert-node1820-19

Revert "nodejs_18: 18.19.1 -> 18.20.0"
This commit is contained in:
Mario Rodas 2024-03-28 18:02:58 -05:00 committed by GitHub
commit eeb91567d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -19,8 +19,11 @@ let
in
buildNodejs {
inherit enableNpm;
version = "18.20.0";
sha256 = "sha256-BMhneaLMfu/fzzeanYWIOqHTsdyJCbYiGxY2hIF4VqQ=";
# The change to minor version 18.20.0 breaks compatibility with ffi-napi
# This breaks the compilation of some nix packages.
# While this is investigated and fixed, do not upgrade the minor version.
version = "18.19.1";
sha256 = "sha256-CQ+WouzeCAtrOCxtZCvKXQvkcCp4y1Vb578CsgvRbe0=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
./bypass-darwin-xcrun-node16.patch