1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

kodiPackages.pvr-hdhomerun: 19.0.0 -> 19.0.1
This commit is contained in:
Aaron Andersen 2021-12-26 20:25:42 -05:00 committed by GitHub
commit 3960078a20
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 = "19.0.0";
version = "19.0.1";
src = fetchFromGitHub {
owner = "kodi-pvr";
repo = "pvr.hdhomerun";
rev = "${version}-${rel}";
sha256 = "sha256-KaT+BPRrkhw5R18aUNdnA9PKXF87EzwQLaY9ep86OvE=";
sha256 = "sha256-WeokXU4HY22SzL1djORzru5Hju58Ix0+InwZDr++FC8=";
};
extraBuildInputs = [ jsoncpp libhdhomerun ];