nodejs-15_x: 15.1.0 -> 15.2.0

https://github.com/nodejs/node/releases/tag/v15.2.0
This commit is contained in:
Mario Rodas 2020-11-10 18:00:00 -05:00
parent e419de361d
commit bae1a8a889

View file

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