Merge pull request #118721 from happysalada/update_nodejs

nodejs: 15.13.0 -> 15.14.0
This commit is contained in:
Sandro 2021-04-07 15:53:02 +02:00 committed by GitHub
commit c2dddefa0b
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.13.0";
sha256 = "1wd859bxd8j97xl98k61g0vwcmy83wvjj04fgway38aapk9abp4h";
version = "15.14.0";
sha256 = "0vm6jdazqjd1plqsgngzvjrafv2d3mdahk6il4ray02gx97dq8l1";
}