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

nodejs-14_x: 14.13.1 -> 14.14.0
This commit is contained in:
Mario Rodas 2020-10-16 08:25:29 -05:00 committed by GitHub
commit 816ee4a8f3
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.13.1";
sha256 = "1xhmdhzsk3pfl4k8l0ipd9a1v5z807sl65mwkw51y7lc44gbsqb0";
version = "14.14.0";
sha256 = "1rphkl3lqg0rzgg0r58bfv1hjw3rg96qvqcilk2927kbpps3bs84";
}