kodiPlugins.pvr-hts: 3.4.16 -> 4.4.14
Update for kodi 18 Leia.
This commit is contained in:
parent
29d7e7a0c6
commit
b7fd4554be
@ -8,6 +8,7 @@ with stdenv.lib;
|
|||||||
let self = rec {
|
let self = rec {
|
||||||
|
|
||||||
pluginDir = "/share/kodi/addons";
|
pluginDir = "/share/kodi/addons";
|
||||||
|
rel = "Leia";
|
||||||
|
|
||||||
kodi = kodiPlain;
|
kodi = kodiPlain;
|
||||||
|
|
||||||
@ -357,13 +358,13 @@ let self = rec {
|
|||||||
|
|
||||||
plugin = "pvr-hts";
|
plugin = "pvr-hts";
|
||||||
namespace = "pvr.hts";
|
namespace = "pvr.hts";
|
||||||
version = "3.4.16";
|
version = "4.4.14";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kodi-pvr";
|
owner = "kodi-pvr";
|
||||||
repo = "pvr.hts";
|
repo = "pvr.hts";
|
||||||
rev = "b39e4e9870d68841279cbc7d7214f3ad9b27f330";
|
rev = "${version}-${rel}";
|
||||||
sha256 = "0pmlgqr4kd0gvckz77mj6v42kcx6lb23anm8jnf2fbn877snnijx";
|
sha256 = "1bcwcwd2yjhw85yk6lyhf0iqiclrsz7r7vpbxgc650fwqbb146gr";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user