kodi.packages.pvr-hts: 8.3.0 -> 8.3.4

This commit is contained in:
Aaron Andersen 2021-07-18 12:20:52 -04:00
parent f6ab886df5
commit 9e63e78361

View file

@ -2,13 +2,13 @@
buildKodiBinaryAddon rec {
pname = "pvr-hts";
namespace = "pvr.hts";
version = "8.3.0";
version = "8.3.4";
src = fetchFromGitHub {
owner = "kodi-pvr";
repo = "pvr.hts";
rev = "${version}-${rel}";
sha256 = "1lqd0kkfv06n8ax8ywsi1rx9glvx3pwi9yj9yb3fdf39xmd3hz7y";
sha256 = "15gv499r6jf89chp7xpv0z4v0nia907czs83lz57lxydqcbmmjnn";
};
meta = with lib; {