libhdhomerun: 20210224 -> 20210624
This commit is contained in:
parent
34b37ad59c
commit
2f216e02f4
@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libhdhomerun";
|
pname = "libhdhomerun";
|
||||||
version = "20210224";
|
version = "20210624";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.silicondust.com/hdhomerun/libhdhomerun_${version}.tgz";
|
url = "https://download.silicondust.com/hdhomerun/libhdhomerun_${version}.tgz";
|
||||||
sha256 = "sha256:1y1kwv34qg8nayfkbrxkw8163l46krsfqx8yvkcsc97ilsd3i5mr";
|
sha256 = "sha256-3q9GO7zD7vpy+XGZ77YhP3sOLI6R8bPSy/UgVqhxXRU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = lib.optionalString stdenv.isDarwin ''
|
patchPhase = lib.optionalString stdenv.isDarwin ''
|
||||||
|
Loading…
Reference in New Issue
Block a user