mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
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
This commit is contained in:
parent
53f4763fd1
commit
9516465000
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user