Merge pull request #150034 from r-ryantm/auto-update/kodi-pvr-hdhomerun

kodiPackages.pvr-hdhomerun: 7.1.1 -> 19.0.0
This commit is contained in:
Aaron Andersen 2021-12-11 09:49:45 -05:00 committed by GitHub
commit 52cb931fd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildKodiBinaryAddon rec {
pname = "pvr-hdhomerun";
namespace = "pvr.hdhomerun";
version = "7.1.1";
version = "19.0.0";
src = fetchFromGitHub {
owner = "kodi-pvr";
repo = "pvr.hdhomerun";
rev = "${version}-${rel}";
sha256 = "sha256-mQeeeCOxhUTiUcOJ1OiIiJ+7envAIGO67Bp4EAf4sIE=";
sha256 = "sha256-KaT+BPRrkhw5R18aUNdnA9PKXF87EzwQLaY9ep86OvE=";
};
extraBuildInputs = [ jsoncpp libhdhomerun ];