Skip to content

Commit cd90ff9

Browse files
committed
kodiPackages.pvr-hdhomerun: 21.0.1 -> 21.0.2
1 parent 2450a1e commit cd90ff9

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/video/kodi/addons/pvr-hdhomerun

1 file changed

+2
-2
lines changed

pkgs/applications/video/kodi/addons/pvr-hdhomerun/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
buildKodiBinaryAddon rec {
1010
pname = "pvr-hdhomerun";
1111
namespace = "pvr.hdhomerun";
12-
version = "21.0.1";
12+
version = "21.0.2";
1313

1414
src = fetchFromGitHub {
1515
owner = "kodi-pvr";
1616
repo = "pvr.hdhomerun";
1717
rev = "${version}-${rel}";
18-
sha256 = "sha256-Hb8TcJxRUIKHbevAUgt5q6z26W3uX9NbVwYyvrLnf7U=";
18+
sha256 = "sha256-wgKMt3ufvOh08nwZTGvDGoJ0U+aUzSWJptCNRiRW4B0=";
1919
};
2020

2121
extraBuildInputs = [

0 commit comments

Comments
 (0)