mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
Revert "nodejs-16_x: 16.5.0 -> 16.6.0"
Node.js 16.6.0 fails to build on Darwin
This reverts commit f5de4158dd
.
This commit is contained in:
parent
6737bdf923
commit
ae780c6e7d
1 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,6 @@ let
|
||||||
in
|
in
|
||||||
buildNodejs {
|
buildNodejs {
|
||||||
inherit enableNpm;
|
inherit enableNpm;
|
||||||
version = "16.6.0";
|
version = "16.5.0";
|
||||||
sha256 = "1ndrqx3k5m62r7nzl5za59m33bx10541n7xbaxxz7088ifh18msw";
|
sha256 = "16dapj5pm2y1m3ldrjjlz8rq9axk85nn316iz02nk6qjs66y6drz";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue