mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +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
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user