From 32c00dc37042934c79041116383e27f04ad84710 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Wed, 17 Jan 2024 04:20:00 +0000 Subject: [PATCH] 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 --- pkgs/development/web/nodejs/v21.nix | 5 ++--- 1 file 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