From 9516465000b423929900143258ed03fa861de5e3 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 19 Mar 2022 04:20:00 +0000 Subject: [PATCH] nodejs-16_x: 16.14.0 -> 16.14.2 - https://github.com/nodejs/node/releases/tag/v16.14.1 - https://github.com/nodejs/node/releases/tag/v16.14.2 --- 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 864672b12def..7f3dce2d70cf 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.14.0"; - sha256 = "sha256-BetkGT45H6iiwVnA9gwXGCRxUWX4DGf8q528lE4wxiM="; + version = "16.14.2"; + sha256 = "sha256-6SLiFcxo61+U0z6KC2HiyGO3cxzIYAq5VdOCLakP+NE="; patches = [ ./disable-darwin-v8-system-instrumentation.patch # Fixes node incorrectly building vendored OpenSSL when we want system OpenSSL.