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

nodejs-15_x: 15.0.0 -> 15.0.1
This commit is contained in:
Mario Rodas 2020-10-21 20:58:35 -05:00 committed by GitHub
commit 01e2d901bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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