nodejs-16_x: 16.13.2 -> 16.14.0
https://github.com/nodejs/node/releases/tag/v16.14.0
This commit is contained in:
parent
680824ed2e
commit
28e31514a7
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ let
|
||||||
in
|
in
|
||||||
buildNodejs {
|
buildNodejs {
|
||||||
inherit enableNpm;
|
inherit enableNpm;
|
||||||
version = "16.13.2";
|
version = "16.14.0";
|
||||||
sha256 = "185lm13q0kwz0qimc38c7mxn8ml6m713pjdjsa9jna9az4gxxccq";
|
sha256 = "sha256-BetkGT45H6iiwVnA9gwXGCRxUWX4DGf8q528lE4wxiM=";
|
||||||
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.
|
||||||
|
|
Loading…
Reference in a new issue