summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-11-14 21:00:05 -0500
committerGitHub <noreply@github.com>2023-11-14 21:00:05 -0500
commitf902f33d87897db19b697a0c1d207982b57a1e75 (patch)
tree734a7180288fc42942e03bc378c9e2af963290cd /pkgs
parent4e904232543c886393d510c48b829143878725f5 (diff)
parente072852d9f29be750951c1db3c63b65e68448ed5 (diff)
downloadnixpkgs-f902f33d87897db19b697a0c1d207982b57a1e75.tar
nixpkgs-f902f33d87897db19b697a0c1d207982b57a1e75.tar.gz
nixpkgs-f902f33d87897db19b697a0c1d207982b57a1e75.tar.bz2
nixpkgs-f902f33d87897db19b697a0c1d207982b57a1e75.tar.lz
nixpkgs-f902f33d87897db19b697a0c1d207982b57a1e75.tar.xz
nixpkgs-f902f33d87897db19b697a0c1d207982b57a1e75.tar.zst
nixpkgs-f902f33d87897db19b697a0c1d207982b57a1e75.zip
Merge pull request #267553 from marsam/update-nodejs_21
nodejs_21: 21.1.0 -> 21.2.0
Diffstat (limited to 'pkgs')
-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 904bff2fef8..af3af652fb7 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.1.0";
-  sha256 = "sha256-kaxy5ERMXlq0tEgDCmH/qVrNNdNKnTHS0iDuK+0BuSU=";
+  version = "21.2.0";
+  sha256 = "sha256-1Xyc6jlHZPodmvUeUsdEn3EZPp1ExKgfvt7GU+yCdwc=";
   patches = [
     ./revert-arm64-pointer-auth.patch
     ./disable-darwin-v8-system-instrumentation-node19.patch