kodi.packages.inputstream-adaptive: 2.6.7 -> 2.6.8
This commit is contained in:
parent
1b879f9cfd
commit
226a0ef401
@ -2,13 +2,13 @@
|
|||||||
buildKodiBinaryAddon rec {
|
buildKodiBinaryAddon rec {
|
||||||
pname = "inputstream-adaptive";
|
pname = "inputstream-adaptive";
|
||||||
namespace = "inputstream.adaptive";
|
namespace = "inputstream.adaptive";
|
||||||
version = "2.6.7";
|
version = "2.6.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "peak3d";
|
owner = "xbmc";
|
||||||
repo = "inputstream.adaptive";
|
repo = "inputstream.adaptive";
|
||||||
rev = "${version}-${rel}";
|
rev = "${version}-${rel}";
|
||||||
sha256 = "1pwqmbr78wp12jn6rwv63npdfc456adwz0amlxf6gvgg43li6p7s";
|
sha256 = "0m2d5r0f82qv4kqmq5yxzpi1awkjir2b2s2mfwkjn8p55r7gzp7c";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraBuildInputs = [ expat ];
|
extraBuildInputs = [ expat ];
|
||||||
@ -20,7 +20,7 @@ buildKodiBinaryAddon rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/peak3d/inputstream.adaptive";
|
homepage = "https://github.com/xbmc/inputstream.adaptive";
|
||||||
description = "Kodi inputstream addon for several manifest types";
|
description = "Kodi inputstream addon for several manifest types";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
|
Loading…
Reference in New Issue
Block a user