From 6e2536f1b09863e984f0479ea4b162e4fe86493d Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Tue, 16 Aug 2022 04:20:00 +0000 Subject: [PATCH] nodejs-16_x: 16.16.0 -> 16.17.0 https://github.com/nodejs/node/releases/tag/v16.17.0 --- pkgs/development/web/nodejs/v16.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/web/nodejs/v16.nix b/pkgs/development/web/nodejs/v16.nix index 89b6c3e43631..ce1d41698373 100644 --- a/pkgs/development/web/nodejs/v16.nix +++ b/pkgs/development/web/nodejs/v16.nix @@ -8,8 +8,8 @@ let in buildNodejs { inherit enableNpm; - version = "16.16.0"; - sha256 = "sha256-FFFR7/Oyql6+czhACcUicag3QK5oepPJjGKM19UnNus="; + version = "16.17.0"; + sha256 = "sha256-HSjChWheRGmFkhvJY1ZcqcDF9P2pdV5InAaAjql5VkU="; patches = [ ./disable-darwin-v8-system-instrumentation.patch # Fix npm silently fail without a HOME directory https://github.com/npm/cli/issues/4996