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-12 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-01-12 04:20:00 +0000
commitfea57dc5b57285d33918813d2f3695024d8fc9e8 (patch)
treef4bf033f943d6c0441428c8f892e3a313e8cc863 /pkgs/development/web
parent06797d4df4baaa51b229081083a88b92dac3ff7c (diff)
downloadnixlib-fea57dc5b57285d33918813d2f3695024d8fc9e8.tar
nixlib-fea57dc5b57285d33918813d2f3695024d8fc9e8.tar.gz
nixlib-fea57dc5b57285d33918813d2f3695024d8fc9e8.tar.bz2
nixlib-fea57dc5b57285d33918813d2f3695024d8fc9e8.tar.lz
nixlib-fea57dc5b57285d33918813d2f3695024d8fc9e8.tar.xz
nixlib-fea57dc5b57285d33918813d2f3695024d8fc9e8.tar.zst
nixlib-fea57dc5b57285d33918813d2f3695024d8fc9e8.zip
nodejs_20: 20.10.0 -> 20.11.0
Changelog: https://github.com/nodejs/node/releases/tag/v20.11.0
Diffstat (limited to 'pkgs/development/web')
-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 5868c5d9a990..d1a75dcdf7e5 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