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:
Aaron Andersen 2023-12-24 19:35:57 -05:00 committed by GitHub
commit 9fcbe74c19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [