kodiPackages.pvr-hts: 19.0.3 -> 19.0.4

main
R. Ryantm 3 years ago
parent 796af3ddba
commit 7e2ca934b2
  1. 4
      pkgs/applications/video/kodi/addons/pvr-hts/default.nix

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

Loading…
Cancel
Save