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

nodejs-15_x: 15.4.0 -> 15.5.0
This commit is contained in:
Mario Rodas 2020-12-23 11:07:29 -05:00 committed by GitHub
commit 08970e66ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "15.4.0";
sha256 = "0kp0hckhjkmaqyvjpcj17rj6fw9fg3c95j78r2nr10bc65anjwms";
version = "15.5.0";
sha256 = "1wzcypb1kawc6m5q36cd31qjg7ljby8py9qg555m4bqm5gpvvfjg";
}