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-22 22:55:17 -0500
committerGitHub <noreply@github.com>2024-01-22 22:55:17 -0500
commit4a8d8eac21d5965867fbd294650f23d73a96e338 (patch)
tree96efe01b7d85abde35410ce532084c66abe84439 /pkgs/development/web
parent0e0b16295676114d2994db7f620b52d7958dc33c (diff)
parent77f691c8bb9b19a4f28149a65f9db98d18fc461e (diff)
Merge pull request #283050 from marsam/update-nodejs_21
nodejs_21: 21.6.0 -> 21.6.1
Diffstat (limited to 'pkgs/development/web')
-rw-r--r--pkgs/development/web/nodejs/v21.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v21.nix b/pkgs/development/web/nodejs/v21.nix
index 5747ad87b6b30..1a34a5c9cc755 100644
--- a/pkgs/development/web/nodejs/v21.nix
+++ b/pkgs/development/web/nodejs/v21.nix
@@ -8,8 +8,8 @@ let
 in
 buildNodejs {
   inherit enableNpm;
-  version = "21.6.0";
-  sha256 = "sha256-ICZb/PpzyLRrMjeGQdOLAJ38mA6ygZLD1at/aYb9seM=";
+  version = "21.6.1";
+  sha256 = "sha256-eoLzVtHcul12bw4dTHUOLhjWKQtxC30ZqHJSQeevH2A=";
   patches = [
     ./disable-darwin-v8-system-instrumentation-node19.patch
     ./bypass-darwin-xcrun-node16.patch