about summary refs log tree commit diff
diff options
context:
space:
mode:
authorrucadi <ruben.cano96@gmail.com>2024-03-28 19:41:21 +0100
committerrucadi <ruben.cano96@gmail.com>2024-03-28 19:41:21 +0100
commitaeae82eb6b4e2e423791eb2b15618383a5a11264 (patch)
treee6d0796e5ce1dde9e05cf3070a86d6d9ee72e581
parent8a9bde698902d452fa06d0d0c737951316bccb84 (diff)
downloadnixlib-aeae82eb6b4e2e423791eb2b15618383a5a11264.tar
nixlib-aeae82eb6b4e2e423791eb2b15618383a5a11264.tar.gz
nixlib-aeae82eb6b4e2e423791eb2b15618383a5a11264.tar.bz2
nixlib-aeae82eb6b4e2e423791eb2b15618383a5a11264.tar.lz
nixlib-aeae82eb6b4e2e423791eb2b15618383a5a11264.tar.xz
nixlib-aeae82eb6b4e2e423791eb2b15618383a5a11264.tar.zst
nixlib-aeae82eb6b4e2e423791eb2b15618383a5a11264.zip
Revert "nodejs_18: 18.19.1 -> 18.20.0"
This reverts commit b5e930a583294d194f3ba807283552b25f8a2888.
-rw-r--r--pkgs/development/web/nodejs/v18.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v18.nix b/pkgs/development/web/nodejs/v18.nix
index 3fffdf909e6c..bc86d6c89dbd 100644
--- a/pkgs/development/web/nodejs/v18.nix
+++ b/pkgs/development/web/nodejs/v18.nix
@@ -19,8 +19,8 @@ let
 in
 buildNodejs {
   inherit enableNpm;
-  version = "18.20.0";
-  sha256 = "sha256-BMhneaLMfu/fzzeanYWIOqHTsdyJCbYiGxY2hIF4VqQ=";
+  version = "18.19.1";
+  sha256 = "sha256-CQ+WouzeCAtrOCxtZCvKXQvkcCp4y1Vb578CsgvRbe0=";
   patches = [
     ./disable-darwin-v8-system-instrumentation.patch
     ./bypass-darwin-xcrun-node16.patch