mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
tvheadend: 4.2.7 -> 4.2.8 (#54038)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tvheadend/versions
This commit is contained in:
parent
fb076f2bfe
commit
551e7393ad
|
@ -3,7 +3,7 @@
|
|||
, which, zlib }:
|
||||
|
||||
let
|
||||
version = "4.2.7";
|
||||
version = "4.2.8";
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "tvheadend-${version}";
|
||||
|
@ -12,7 +12,7 @@ in stdenv.mkDerivation rec {
|
|||
owner = "tvheadend";
|
||||
repo = "tvheadend";
|
||||
rev = "v${version}";
|
||||
sha256 = "09q6lddkld22z9nbxx5v3v3z5yvcnl4lgjirvrdprwkv67fld70g";
|
||||
sha256 = "1xq059r2bplaa0nd0wkhw80jfwd962x0h5hgd7fz2yp6largw34m";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue