Skip to content

Commit

Permalink
tvheadend: 4.2.1 -> 4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Nov 17, 2017
1 parent fa2bf1b commit 9e44d34
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/servers/tvheadend/default.nix
Expand Up @@ -3,7 +3,7 @@
, which, zlib }:

let
version = "4.2.1";
version = "4.2.4";

in stdenv.mkDerivation rec {
name = "tvheadend-${version}";
Expand All @@ -12,7 +12,7 @@ in stdenv.mkDerivation rec {
owner = "tvheadend";
repo = "tvheadend";
rev = "v${version}";
sha256 = "1lhk8psvifmn4kjwyfxjj21z0apyr59zizzsfd4j22v7bk66rrl9";
sha256 = "1kydjmgv0nrllgi2s6aczq4x9ag01c8qm8w962qb52fzdfw7fs6k";
};

buildInputs = [
Expand All @@ -39,7 +39,8 @@ in stdenv.mkDerivation rec {
preConfigure = ''
patchShebangs ./configure
substituteInPlace src/config.c --replace /usr/bin/tar ${gnutar}/bin/tar
substituteInPlace src/config.c \
--replace /usr/bin/tar ${gnutar}/bin/tar
# the version detection script `support/version` reads this file if it
# exists, so let's just use that
Expand Down

0 comments on commit 9e44d34

Please sign in to comment.