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

kodiPackages.pvr-hts: 20.7.0 -> 21.2.3

authored by Aaron Andersen and committed by GitHub 2eed3a99 736142a5

+2 -2
+2 -2
pkgs/applications/video/kodi/addons/pvr-hts/default.nix
··· 2 2 buildKodiBinaryAddon rec { 3 3 pname = "pvr-hts"; 4 4 namespace = "pvr.hts"; 5 - version = "20.7.0"; 5 + version = "21.2.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "kodi-pvr"; 9 9 repo = "pvr.hts"; 10 10 rev = "${version}-${rel}"; 11 - sha256 = "sha256-Mc540n+TfZiAV2uDSGrItsoPOkEBNyyQlW2DJZLwYA4="; 11 + sha256 = "sha256-4jHcUjGarLHsn5CjBLWB1wQNjBBw4ftMuDY5uFAHAzY="; 12 12 }; 13 13 14 14 meta = with lib; {