kodiPackages.inputstream-adaptive: 20.3.14 -> 20.3.16
https://github.com/xbmc/inputstream.adaptive/releases/tag/20.3.15-Nexus https://github.com/xbmc/inputstream.adaptive/releases/tag/20.3.16-Nexus
This commit is contained in:
parent
8efd35edfe
commit
63ae11c40b
1 changed files with 2 additions and 2 deletions
|
@ -10,13 +10,13 @@ in
|
||||||
buildKodiBinaryAddon rec {
|
buildKodiBinaryAddon rec {
|
||||||
pname = "inputstream-adaptive";
|
pname = "inputstream-adaptive";
|
||||||
namespace = "inputstream.adaptive";
|
namespace = "inputstream.adaptive";
|
||||||
version = "20.3.14";
|
version = "20.3.16";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "xbmc";
|
owner = "xbmc";
|
||||||
repo = "inputstream.adaptive";
|
repo = "inputstream.adaptive";
|
||||||
rev = "${version}-${rel}";
|
rev = "${version}-${rel}";
|
||||||
sha256 = "sha256-9S98LgeXq2Wc5CLd5WGo7iNM9ZkSuDBO/O35wf0SjZY=";
|
sha256 = "sha256-1OY+3pvpVW8rkj7HL84IECyHpAmWsUQ9mTzuGesH+jI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraCMakeFlags = [
|
extraCMakeFlags = [
|
||||||
|
|
Loading…
Reference in a new issue