nodejs-15_x: 15.6.0 -> 15.7.0

https://github.com/nodejs/node/releases/tag/v15.7.0
This commit is contained in:
Mario Rodas 2021-01-27 08:18:25 -05:00
parent 62912262f4
commit 42cc76b8d0

View File

@ -8,6 +8,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "15.6.0";
sha256 = "1liqkh1gz1h37fln8xr5krbs2mqjn38n3sws2ydvk84wrpfq3prr";
version = "15.7.0";
sha256 = "1nnv5337p23mhp0s2zgv75yysgfai0px8h1kks2mc8w0xnmwwppg";
}