Merge pull request #272738 from pks-t/pks-kodi-inputstream-adaptive-v20.3.14
kodiPackages.inputstream-adaptive: 20.3.13 -> 20.3.14
This commit is contained in:
commit
9fcbe74c19
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.13";
|
||||
version = "20.3.14";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "xbmc";
|
||||
repo = "inputstream.adaptive";
|
||||
rev = "${version}-${rel}";
|
||||
sha256 = "sha256-xvU+DcVEaQ/1sm6o21/6N1znCtzrct0qDhMxXGFZjL4=";
|
||||
sha256 = "sha256-9S98LgeXq2Wc5CLd5WGo7iNM9ZkSuDBO/O35wf0SjZY=";
|
||||
};
|
||||
|
||||
extraCMakeFlags = [
|
||||
|
|
Loading…
Reference in a new issue