Mario Rodas 2022-03-19 04:20:00 +00:00
parent 53f4763fd1
commit 9516465000

View File

@ -8,8 +8,8 @@ let
in in
buildNodejs { buildNodejs {
inherit enableNpm; inherit enableNpm;
version = "16.14.0"; version = "16.14.2";
sha256 = "sha256-BetkGT45H6iiwVnA9gwXGCRxUWX4DGf8q528lE4wxiM="; sha256 = "sha256-6SLiFcxo61+U0z6KC2HiyGO3cxzIYAq5VdOCLakP+NE=";
patches = [ patches = [
./disable-darwin-v8-system-instrumentation.patch ./disable-darwin-v8-system-instrumentation.patch
# Fixes node incorrectly building vendored OpenSSL when we want system OpenSSL. # Fixes node incorrectly building vendored OpenSSL when we want system OpenSSL.