about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-01-12 07:03:05 -0500
committerGitHub <noreply@github.com>2024-01-12 07:03:05 -0500
commit8bb118403b4b551d3001e7b9171f577249635c03 (patch)
treed1715a05856866d56c6ec8244e05b806f77c8bd5 /pkgs/development
parent8dba692178937d2b2ceec087feee97835afca831 (diff)
parentfea57dc5b57285d33918813d2f3695024d8fc9e8 (diff)
Merge pull request #280434 from marsam/update-nodejs_20
nodejs_20: 20.10.0 -> 20.11.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/web/nodejs/v20.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v20.nix b/pkgs/development/web/nodejs/v20.nix
index 5868c5d9a990b..d1a75dcdf7e5c 100644
--- a/pkgs/development/web/nodejs/v20.nix
+++ b/pkgs/development/web/nodejs/v20.nix
@@ -8,8 +8,8 @@ let
 in
 buildNodejs {
   inherit enableNpm;
-  version = "20.10.0";
-  sha256 = "sha256-MuslbuvYys1VdOZjHlS0K+fsjr4lrUeoymhUA7rRVTU=";
+  version = "20.11.0";
+  sha256 = "sha256-MYB+vu6wScU/F2XkqVrtaUdqS2lt0QDLU5q2aNeVC0A=";
   patches = [
     ./revert-arm64-pointer-auth.patch
     ./disable-darwin-v8-system-instrumentation-node19.patch