nodejs-14_x: 14.6.0 -> 14.7.0 (#94193)

This commit is contained in:
Mario Rodas 2020-07-29 16:20:37 -05:00 committed by GitHub
parent c46918007d
commit 8839c59391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "14.6.0";
sha256 = "153a07ffrmvwbsc78wrc0xnwymmzrhva0kn6mgnfi3086v3h1wss";
version = "14.7.0";
sha256 = "0vwf523ahw0145wp17zkaflwm5823v1vz1kkglj25gzjydiiqbya";
}