Merge pull request #308592 from r-ryantm/auto-update/kodiPackages.pvr-hts

kodiPackages.pvr-hts: 20.7.0 -> 21.2.3
This commit is contained in:
Aaron Andersen 2024-05-03 23:55:30 +00:00 committed by GitHub
commit 2eed3a996b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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; {