about summary refs log tree commit diff
path: root/pkgs/development/web
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-01-17 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-01-17 04:20:00 +0000
commit32c00dc37042934c79041116383e27f04ad84710 (patch)
treeac87fac9902f676664dde75d7e3e3a576ac84ccc /pkgs/development/web
parent15ee47600479b11a9674252a48c14db8fe0961be (diff)
downloadnixlib-32c00dc37042934c79041116383e27f04ad84710.tar
nixlib-32c00dc37042934c79041116383e27f04ad84710.tar.gz
nixlib-32c00dc37042934c79041116383e27f04ad84710.tar.bz2
nixlib-32c00dc37042934c79041116383e27f04ad84710.tar.lz
nixlib-32c00dc37042934c79041116383e27f04ad84710.tar.xz
nixlib-32c00dc37042934c79041116383e27f04ad84710.tar.zst
nixlib-32c00dc37042934c79041116383e27f04ad84710.zip
nodejs_21: 21.5.0 -> 21.6.0
Diff: https://github.com/nodejs/node/compare/v21.5.0...v21.6.0

Changelog: https://github.com/nodejs/node/releases/tag/v21.6.0
Diffstat (limited to 'pkgs/development/web')
-rw-r--r--pkgs/development/web/nodejs/v21.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/web/nodejs/v21.nix b/pkgs/development/web/nodejs/v21.nix
index 631307f52b4b..5747ad87b6b3 100644
--- a/pkgs/development/web/nodejs/v21.nix
+++ b/pkgs/development/web/nodejs/v21.nix
@@ -8,10 +8,9 @@ let
 in
 buildNodejs {
   inherit enableNpm;
-  version = "21.5.0";
-  sha256 = "sha256-r9fUcTVzzYFPfk3zIN6NXI4Ue0EBvJ+74qbVLrX4sHI=";
+  version = "21.6.0";
+  sha256 = "sha256-ICZb/PpzyLRrMjeGQdOLAJ38mA6ygZLD1at/aYb9seM=";
   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