3
0
Fork 0
forked from mirrors/nixpkgs

nodejs-14_x: 14.8.0 -> 14.9.0

https://github.com/nodejs/node/releases/tag/v14.9.0
This commit is contained in:
Mario Rodas 2020-08-27 04:20:00 +00:00
parent b3ae6aac42
commit 407344feff
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 = "14.8.0";
sha256 = "0vghz7g7mih7idgknwzdc2zfw82qqq497m727ydhkas1wvj6i7lv";
version = "14.9.0";
sha256 = "1xkfivr0qci50ksg66szyasdlbiwh2j7ia4n6qc5csih2nvzcbh1";
}