about summary refs log tree commit diff
path: root/pkgs/development/web
diff options
context:
space:
mode:
authorannalee <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2024-03-29 00:12:10 +0000
committerannalee <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2024-03-29 00:12:10 +0000
commit7f0e8fc4f9c7682f18e76c2689dbf6b6f73480ab (patch)
treef4d20fd6224bbb9aa8ec9baeca285bbe7fb13a28 /pkgs/development/web
parent6d070b44ac028eaafa5252b5f8f60355b0810e9d (diff)
parent20c720272ecd261b8fc394172f7828175cb63a02 (diff)
Merge remote-tracking branch 'upstream/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/langchain-core/default.nix
Diffstat (limited to 'pkgs/development/web')
-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 3fffdf909e6cf..a4121b9575fdd 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