about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-03-28 18:02:58 -0500
committerGitHub <noreply@github.com>2024-03-28 18:02:58 -0500
commiteeb91567d76a1ef839c58827bbdf085b621113a1 (patch)
tree28acbeac0258810fd91a0aeed1d72e51b2ddb063
parenta231a7da7d1a20763d19d9bd6137d9b62bcca0cd (diff)
parent49adc35edc6af66d789c1399cd9c6452a4761fd2 (diff)
downloadnixlib-eeb91567d76a1ef839c58827bbdf085b621113a1.tar
nixlib-eeb91567d76a1ef839c58827bbdf085b621113a1.tar.gz
nixlib-eeb91567d76a1ef839c58827bbdf085b621113a1.tar.bz2
nixlib-eeb91567d76a1ef839c58827bbdf085b621113a1.tar.lz
nixlib-eeb91567d76a1ef839c58827bbdf085b621113a1.tar.xz
nixlib-eeb91567d76a1ef839c58827bbdf085b621113a1.tar.zst
nixlib-eeb91567d76a1ef839c58827bbdf085b621113a1.zip
Merge pull request #299809 from Rucadi/revert-node1820-19
Revert "nodejs_18: 18.19.1 -> 18.20.0"
-rw-r--r--pkgs/development/web/nodejs/v18.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v18.nix b/pkgs/development/web/nodejs/v18.nix
index 3fffdf909e6c..a4121b9575fd 100644
--- a/pkgs/development/web/nodejs/v18.nix
+++ b/pkgs/development/web/nodejs/v18.nix
@@ -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