kodiPlugins.exodus: remove

No loner exists, I couldn't find an official replacement repo, should be
removed according to
https://github.com/NixOS/nixpkgs/pull/46196#discussion_r215762595
This commit is contained in:
Jan Malakhovski 2018-09-08 22:03:11 +00:00 committed by Frederik Rietdijk
parent e220331903
commit f78835e791

View File

@ -181,26 +181,6 @@ let self = rec {
// (mkController "ps")
// (mkController "snes");
exodus = mkKodiPlugin rec {
plugin = "exodus";
namespace = "plugin.video.exodus";
version = "3.1.13";
src = fetchurl {
url = "https://offshoregit.com/${plugin}/${namespace}/${namespace}-${version}.zip";
sha256 = "1zyay7cinljxmpzngzlrr4pnk2a7z9wwfdcsk6a4p416iglyggdj";
};
buildInputs = [ unzip ];
meta = {
description = "A streaming plugin for Kodi";
platforms = platforms.all;
maintainers = with maintainers; [ edwtjo ];
};
};
hyper-launcher = let
pname = "hyper-launcher";
version = "1.5.2";