3
0
Fork 0
forked from mirrors/nixpkgs

nodejs-12_x: 12.18.0 -> 12.18.1

Changelog: https://github.com/nodejs/node/releases/tag/v12.18.1
This commit is contained in:
Mario Rodas 2020-06-18 04:20:00 -05:00
parent f7214facbf
commit bb7b4cdfcb
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -8,6 +8,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "12.18.0";
sha256 = "0gxi0cxkiylxr4spm3vg6n9w3x82770xaazhax8pydkqlcv8cs6l";
version = "12.18.1";
sha256 = "0yjwd8yilm85wkginvhhchcikjsl8g3l3qagbg0l2y1hg8f0anfa";
}