Merge pull request #153243 from r-ryantm/auto-update/kodi-pvr-hts

kodiPackages.pvr-hts: 19.0.3 -> 19.0.4
This commit is contained in:
Aaron Andersen 2022-01-02 14:30:50 -05:00 committed by GitHub
commit 6bc440d834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildKodiBinaryAddon rec {
pname = "pvr-hts";
namespace = "pvr.hts";
version = "19.0.3";
version = "19.0.4";
src = fetchFromGitHub {
owner = "kodi-pvr";
repo = "pvr.hts";
rev = "${version}-${rel}";
sha256 = "sha256-kO+wRFt4MudYP9UOTaruRCWs/QMla+BYTRfSUdlVpR8=";
sha256 = "sha256-WP/eaE3qO0NqN23dHkFOiOjoeKIglbbHofqnUsfxSfI=";
};
meta = with lib; {