We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2450a1e commit cd90ff9Copy full SHA for cd90ff9
pkgs/applications/video/kodi/addons/pvr-hdhomerun/default.nix
@@ -9,13 +9,13 @@
9
buildKodiBinaryAddon rec {
10
pname = "pvr-hdhomerun";
11
namespace = "pvr.hdhomerun";
12
- version = "21.0.1";
+ version = "21.0.2";
13
14
src = fetchFromGitHub {
15
owner = "kodi-pvr";
16
repo = "pvr.hdhomerun";
17
rev = "${version}-${rel}";
18
- sha256 = "sha256-Hb8TcJxRUIKHbevAUgt5q6z26W3uX9NbVwYyvrLnf7U=";
+ sha256 = "sha256-wgKMt3ufvOh08nwZTGvDGoJ0U+aUzSWJptCNRiRW4B0=";
19
};
20
21
extraBuildInputs = [
0 commit comments