mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
nodejs-16_x: 16.16.0 -> 16.17.0
https://github.com/nodejs/node/releases/tag/v16.17.0
This commit is contained in:
parent
ce2be5610e
commit
6e2536f1b0
@ -8,8 +8,8 @@ let
|
|||||||
in
|
in
|
||||||
buildNodejs {
|
buildNodejs {
|
||||||
inherit enableNpm;
|
inherit enableNpm;
|
||||||
version = "16.16.0";
|
version = "16.17.0";
|
||||||
sha256 = "sha256-FFFR7/Oyql6+czhACcUicag3QK5oepPJjGKM19UnNus=";
|
sha256 = "sha256-HSjChWheRGmFkhvJY1ZcqcDF9P2pdV5InAaAjql5VkU=";
|
||||||
patches = [
|
patches = [
|
||||||
./disable-darwin-v8-system-instrumentation.patch
|
./disable-darwin-v8-system-instrumentation.patch
|
||||||
# Fix npm silently fail without a HOME directory https://github.com/npm/cli/issues/4996
|
# Fix npm silently fail without a HOME directory https://github.com/npm/cli/issues/4996
|
||||||
|
Loading…
Reference in New Issue
Block a user