kodi.packages.pvr-hts: 19.0.6 -> 20.6.0

This commit is contained in:
Aaron Andersen
2023-03-08 21:10:03 -05:00
parent c81978e775
commit 057fd517e7
@@ -2,13 +2,13 @@
buildKodiBinaryAddon rec {
pname = "pvr-hts";
namespace = "pvr.hts";
version = "19.0.6";
version = "20.6.0";
src = fetchFromGitHub {
owner = "kodi-pvr";
repo = "pvr.hts";
rev = "${version}-${rel}";
sha256 = "sha256-Lc3B1TdQ4oQIEIyKuQju+5cpInF5i2u4WFe3okFhe+I=";
sha256 = "sha256-D6t61/KUEQBMw5WrCfiWyFHnGbnpHWVKzzdgiRpviig=";
};
meta = with lib; {