kodiPackages.inputstream-adaptive: 20.3.13 -> 20.3.14

https://github.com/xbmc/inputstream.adaptive/releases/tag/20.3.14-Nexus
This commit is contained in:
Patrick Steinhardt 2023-12-04 21:12:35 +01:00
parent b043767462
commit fa15963394

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