mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
nodejs-10_x: 10.20.1 -> 10.21.0
Changelog: https://github.com/nodejs/node/releases/tag/v10.21.0
This commit is contained in:
parent
872d58ccb1
commit
8f1be70ea4
|
@ -8,6 +8,6 @@ let
|
|||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "10.20.1";
|
||||
sha256 = "14pljmfr0dkj6y63j0qzj173kdpbbs4v1g4v56hyv2k09jh8h7zf";
|
||||
version = "10.21.0";
|
||||
sha256 = "0fxpvjm3gyfwapn55av8q9w1ds0l4nmn6ybdlslcmjiqhfi1zc16";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue