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

nodejs-15_x: 15.1.0 -> 15.2.0
This commit is contained in:
Mario Rodas
2020-11-10 21:36:49 -05:00
committed by GitHub

View File

@@ -8,6 +8,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "15.1.0";
sha256 = "1fd0ck6nlmp937j00y17q2k9xszzwf4s383p1z4v4qzj0qzxflvk";
version = "15.2.0";
sha256 = "022kw29sjf46mgvwciihi2cmf9sfjpqi0xih8xpk7xiwfmx02ypn";
}