summary refs log tree commit diff
path: root/pkgs/development/web
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-09-29 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-09-29 04:20:00 +0000
commitd0829e587e66221a423a3cf261a9d81151c03caa (patch)
tree862607c85b3178cbad220a22107b67331d5bd521 /pkgs/development/web
parent88c5afe1535bc94ee275432ac5fcf50dd6579581 (diff)
nodejs_20: 20.7.0 -> 20.8.0
Changelog: https://github.com/nodejs/node/releases/tag/v20.8.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 749358f5e464f..a4c83d32a3439 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.7.0";
-  sha256 = "sha256-P8/c0FxGFRdIBZZZZnTfhbNc/OWX3QrjP1QW/E3xK+o=";
+  version = "20.8.0";
+  sha256 = "sha256-QSvoR65t9hAQup2jzD5r5bZ6oALjVOkZ9Z7INgNxcEw=";
   patches = [
     ./revert-arm64-pointer-auth.patch
     ./disable-darwin-v8-system-instrumentation-node19.patch