kodiPackages.pvr-hts: 20.7.0 -> 21.2.3

This commit is contained in:
R. Ryantm
2024-05-02 18:51:09 +00:00
parent 4c704748b3
commit f091644d0d
@@ -2,13 +2,13 @@
buildKodiBinaryAddon rec {
pname = "pvr-hts";
namespace = "pvr.hts";
version = "20.7.0";
version = "21.2.3";
src = fetchFromGitHub {
owner = "kodi-pvr";
repo = "pvr.hts";
rev = "${version}-${rel}";
sha256 = "sha256-Mc540n+TfZiAV2uDSGrItsoPOkEBNyyQlW2DJZLwYA4=";
sha256 = "sha256-4jHcUjGarLHsn5CjBLWB1wQNjBBw4ftMuDY5uFAHAzY=";
};
meta = with lib; {