nodejs-13_x: drop

Node.js 13.x has reached EOL on June 01, 2020
https://github.com/nodejs/Release/pull/583
This commit is contained in:
Mario Rodas
2020-07-22 19:58:10 -05:00
parent 71532e92db
commit 8b0e3c75ed
2 changed files with 1 additions and 18 deletions

View File

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