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 {
|
||||
pname = "inputstream-adaptive";
|
||||
namespace = "inputstream.adaptive";
|
||||
version = "20.3.14";
|
||||
version = "20.3.16";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "xbmc";
|
||||
repo = "inputstream.adaptive";
|
||||
rev = "${version}-${rel}";
|
||||
sha256 = "sha256-9S98LgeXq2Wc5CLd5WGo7iNM9ZkSuDBO/O35wf0SjZY=";
|
||||
sha256 = "sha256-1OY+3pvpVW8rkj7HL84IECyHpAmWsUQ9mTzuGesH+jI=";
|
||||
};
|
||||
|
||||
extraCMakeFlags = [
|
||||
|
|
Loading…
Reference in a new issue