Merge pull request #85762 from marsam/init-nodejs-14_x

nodejs-14_x: init at 14.0.0
This commit is contained in:
Mario Rodas
2020-04-29 21:27:41 -05:00
committed by GitHub
2 changed files with 20 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
{ callPackage, openssl, icu66, python3, enableNpm ? true }:
let
buildNodejs = callPackage ./nodejs.nix {
inherit openssl;
icu = icu66;
python = python3;
};
in
buildNodejs {
inherit enableNpm;
version = "14.1.0";
sha256 = "0pw39628y8qi2jagmmnfj0fkcbv00qcd1cqybiprf1v22hhij44n";
}