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

nodejs-15_x: 15.7.0 -> 15.8.0
This commit is contained in:
Mario Rodas 2021-02-04 21:56:23 -05:00 committed by GitHub
commit dca20136ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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