nodejs-11_x: remove

Package is EOLed by upstream: https://github.com/nodejs/Release

Fixes #69008
This commit is contained in:
Maximilian Bosch
2019-10-02 17:12:58 +02:00
parent 7c74ebd2a6
commit 334641d112
4 changed files with 8 additions and 17 deletions

View File

@@ -1,10 +0,0 @@
{ callPackage, openssl, enableNpm ? true }:
let
buildNodejs = callPackage ./nodejs.nix { inherit openssl; };
in
buildNodejs {
inherit enableNpm;
version = "11.15.0";
sha256 = "68a776c5d8b8b91a8f2adac2ca4ce4390ae1804883ec7ec9c0d6a6a64d306a76";
}