1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 23:20:55 +00:00

nodejs-10_x: 10.21.0 -> 10.22.0

https://github.com/nodejs/node/releases/tag/v10.22.0
This commit is contained in:
Mario Rodas 2020-07-21 20:38:48 -05:00
parent 6ca121a479
commit 68f6620623
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -8,6 +8,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "10.21.0";
sha256 = "0fxpvjm3gyfwapn55av8q9w1ds0l4nmn6ybdlslcmjiqhfi1zc16";
version = "10.22.0";
sha256 = "1nz18fa550li10r0kzsm28c2rvvq61nq8bqdygip0rmvbi2paxg0";
}