nodejs-15_x: 15.0.0 -> 15.0.1

https://github.com/nodejs/node/releases/tag/v15.0.1
This commit is contained in:
Mario Rodas 2020-10-21 18:00:00 -05:00
parent c70acdfd09
commit 16cd8df30d

View File

@ -8,6 +8,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "15.0.0";
sha256 = "0yrlzxrqb5j0qyj4qgzfxyvvd7c76hpslkiswj3cjcq70qbql4zn";
version = "15.0.1";
sha256 = "03xxnl7q96fmm7lalliwb9kmllz52jqrcsqn9cx9pzhwd1x97l5q";
}