kodiPlugins.inputstream-adaptive: 2.3.12 -> 2.4.6
This commit is contained in:
parent
a2593d5685
commit
66ea689e1a
|
@ -481,12 +481,12 @@ let self = rec {
|
||||||
|
|
||||||
plugin = "inputstream-adaptive";
|
plugin = "inputstream-adaptive";
|
||||||
namespace = "inputstream.adaptive";
|
namespace = "inputstream.adaptive";
|
||||||
version = "2.3.12";
|
version = "2.4.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "peak3d";
|
owner = "peak3d";
|
||||||
repo = "inputstream.adaptive";
|
repo = "inputstream.adaptive";
|
||||||
rev = version;
|
rev = "${version}-${rel}";
|
||||||
sha256 = "09d9b35mpaf3g5m51viyan9hv7d2i8ndvb9wm0j7rs5gwsf0k71z";
|
sha256 = "09d9b35mpaf3g5m51viyan9hv7d2i8ndvb9wm0j7rs5gwsf0k71z";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue