Merge pull request #114274 from aanderse/kodiPlugins.pdfreader
kodiPlugins.pdfreader: 1.0.2 -> 2.0.2
This commit is contained in:
commit
c147c2766c
|
@ -346,21 +346,19 @@ let self = rec {
|
||||||
pdfreader = mkKodiPlugin rec {
|
pdfreader = mkKodiPlugin rec {
|
||||||
plugin = "pdfreader";
|
plugin = "pdfreader";
|
||||||
namespace = "plugin.image.pdf";
|
namespace = "plugin.image.pdf";
|
||||||
version = "1.0.2";
|
version = "2.0.2";
|
||||||
|
|
||||||
src = fetchFromGitHub rec {
|
src = fetchFromGitHub {
|
||||||
name = plugin + "-" + version + ".tar.gz";
|
owner = "i96751414";
|
||||||
owner = "teeedubb";
|
repo = "plugin.image.pdfreader";
|
||||||
repo = owner + "-xbmc-repo";
|
rev = "v${version}";
|
||||||
rev = "0a405b95208ced8a1365ad3193eade8d1c2117ce";
|
sha256 = "0nkqhlm1gyagq6xpdgqvd5qxyr2ngpml9smdmzfabc8b972mwjml";
|
||||||
sha256 = "1iv7d030z3xvlflvp4p5v3riqnwg9g0yvzxszy63v1a6x5kpjkqa";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://forum.kodi.tv/showthread.php?tid=187421";
|
homepage = "https://forum.kodi.tv/showthread.php?tid=187421";
|
||||||
description = "A comic book reader";
|
description = "A comic book reader";
|
||||||
maintainers = with maintainers; [ edwtjo ];
|
maintainers = with maintainers; [ edwtjo ];
|
||||||
broken = true; # requires port to python3
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue