about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2024-05-31 23:23:19 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-06-28 10:05:03 +0000
commit6d26662d406708a32b394bc979b9e815626dfd51 (patch)
treeb3d44d71944efed0e12302a0895d14289260cbe1
parent71e51a064f09898150ba471fcfc7b22ef1976973 (diff)
nodejs_20: 20.12.2 -> 20.14.0 backport-316258-to-release-24.05
(cherry picked from commit 0412c40b7f33844421b419965e01d1f8f4802988)
-rw-r--r--pkgs/development/web/nodejs/v20.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/web/nodejs/v20.nix b/pkgs/development/web/nodejs/v20.nix
index b716f9bdd1ed5..3b1020a3b9aea 100644
--- a/pkgs/development/web/nodejs/v20.nix
+++ b/pkgs/development/web/nodejs/v20.nix
@@ -8,10 +8,9 @@ let
 in
 buildNodejs {
   inherit enableNpm;
-  version = "20.12.2";
-  sha256 = "sha256-18vMX7+zHpAB8/AVC77aWavl3XE3qqYnOVjNWc41ztc=";
+  version = "20.14.0";
+  sha256 = "sha256-CGVQKPDYQ26IFj+RhgRNY10/Nqhe5Sjza9BbbF5Gwbs=";
   patches = [
-    ./revert-arm64-pointer-auth.patch
     ./disable-darwin-v8-system-instrumentation-node19.patch
     ./bypass-darwin-xcrun-node16.patch
     ./node-npm-build-npm-package-logic.patch