Merge pull request #61557 from dtzWill/update/nodejs-12.2.0

nodejs-12_x: 12.1.0 -> 12.2.0
This commit is contained in:
Will Dietz 2019-05-16 14:36:43 -05:00 committed by GitHub
commit 9aa6837853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "12.1.0";
sha256 = "1efb792c689fed2e028025e1398e84193281f329427a17a62b0bffee8e771395";
version = "12.2.0";
sha256 = "10vr8yqrvdmcaszg7l7cjchzzik709vcygcnpkjf2sjhz929glf5";
}