Merge pull request #11813 from simonvandel/update-tvheadend-4.0.8
tvheadend: 4.0.7 -> 4.0.8
This commit is contained in:
commit
8fcf525baa
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
let version = "4.0.7";
|
let version = "4.0.8";
|
||||||
pkgName = "tvheadend";
|
pkgName = "tvheadend";
|
||||||
|
|
||||||
in
|
in
|
||||||
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/tvheadend/tvheadend/archive/v${version}.tar.gz";
|
url = "https://github.com/tvheadend/tvheadend/archive/v${version}.tar.gz";
|
||||||
sha256 = "0vhj4vkgl4brjw1pdc80g1wbjn6hyy57jrxkwilnivqfd1mwx3aw";
|
sha256 = "0k4g7pvfyk4bxpsjdwv7bmbygbp7gfg9wrr2aqb099ncbz18bx04";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user