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

kodiPackages.pvr-hts: 20.6.0 -> 20.6.2
This commit is contained in:
Weijia Wang
2023-04-20 22:33:52 +03:00
committed by GitHub
@@ -2,13 +2,13 @@
buildKodiBinaryAddon rec {
pname = "pvr-hts";
namespace = "pvr.hts";
version = "20.6.0";
version = "20.6.2";
src = fetchFromGitHub {
owner = "kodi-pvr";
repo = "pvr.hts";
rev = "${version}-${rel}";
sha256 = "sha256-D6t61/KUEQBMw5WrCfiWyFHnGbnpHWVKzzdgiRpviig=";
sha256 = "sha256-AQI7s6PAro+CZ6IoKGm8ii1ZKibfNc2oVVeCCZP+DTg=";
};
meta = with lib; {