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 20:02:12 -0500
committerMario Rodas <marsam@users.noreply.github.com>2024-01-22 20:02:12 -0500
commit77f691c8bb9b19a4f28149a65f9db98d18fc461e (patch)
tree92722b99154cf9747382ce85318e9320574ede6a /pkgs/development/web
parentce33e3f41e915373562c8a9e51ee40764ad41b13 (diff)
downloadnixlib-77f691c8bb9b19a4f28149a65f9db98d18fc461e.tar
nixlib-77f691c8bb9b19a4f28149a65f9db98d18fc461e.tar.gz
nixlib-77f691c8bb9b19a4f28149a65f9db98d18fc461e.tar.bz2
nixlib-77f691c8bb9b19a4f28149a65f9db98d18fc461e.tar.lz
nixlib-77f691c8bb9b19a4f28149a65f9db98d18fc461e.tar.xz
nixlib-77f691c8bb9b19a4f28149a65f9db98d18fc461e.tar.zst
nixlib-77f691c8bb9b19a4f28149a65f9db98d18fc461e.zip
nodejs_21: 21.6.0 -> 21.6.1
Changelog: https://github.com/nodejs/node/releases/tag/v21.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 5747ad87b6b3..1a34a5c9cc75 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