Merge pull request #102852 from marsam/update-nodejs-15_x

nodejs-15_x: 15.0.1 -> 15.1.0
This commit is contained in:
Mario Rodas 2020-11-04 22:07:52 -05:00 committed by GitHub
commit cf5ba39a20
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 = "15.0.1";
sha256 = "03xxnl7q96fmm7lalliwb9kmllz52jqrcsqn9cx9pzhwd1x97l5q";
version = "15.1.0";
sha256 = "1fd0ck6nlmp937j00y17q2k9xszzwf4s383p1z4v4qzj0qzxflvk";
}