Merge pull request #91014 from marsam/update-nodejs-12_x

nodejs-12_x: 12.18.0 -> 12.18.1
This commit is contained in:
Mario Rodas 2020-06-18 08:55:11 -05:00 committed by GitHub
commit 2a19cff668
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 = "12.18.0";
sha256 = "0gxi0cxkiylxr4spm3vg6n9w3x82770xaazhax8pydkqlcv8cs6l";
version = "12.18.1";
sha256 = "0yjwd8yilm85wkginvhhchcikjsl8g3l3qagbg0l2y1hg8f0anfa";
}