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

View File

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