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

kodiPackages.pvr-hts: 21.2.3 -> 21.2.4
This commit is contained in:
Aaron Andersen 2024-07-07 09:00:02 -04:00 committed by GitHub
commit faaa627116
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildKodiBinaryAddon rec {
pname = "pvr-hts";
namespace = "pvr.hts";
version = "21.2.3";
version = "21.2.4";
src = fetchFromGitHub {
owner = "kodi-pvr";
repo = "pvr.hts";
rev = "${version}-${rel}";
sha256 = "sha256-4jHcUjGarLHsn5CjBLWB1wQNjBBw4ftMuDY5uFAHAzY=";
sha256 = "sha256-3q78rJ+LGRD/pqeWfcP2Z469HAu1T0LoidvD6mjNkwg=";
};
meta = with lib; {