3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #96508 from marsam/update-nodejs-14_x

nodejs-14_x: 14.8.0 -> 14.9.0
This commit is contained in:
Mario Rodas 2020-08-27 21:49:26 -05:00 committed by GitHub
commit 6c8f6959ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "14.8.0";
sha256 = "0vghz7g7mih7idgknwzdc2zfw82qqq497m727ydhkas1wvj6i7lv";
version = "14.9.0";
sha256 = "1xkfivr0qci50ksg66szyasdlbiwh2j7ia4n6qc5csih2nvzcbh1";
}