Skip to content

Commit 9e44d34

Browse files
committedNov 17, 2017
tvheadend: 4.2.1 -> 4.2.4
1 parent fa2bf1b commit 9e44d34

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎pkgs/servers/tvheadend/default.nix

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
, which, zlib }:
44

55
let
6-
version = "4.2.1";
6+
version = "4.2.4";
77

88
in stdenv.mkDerivation rec {
99
name = "tvheadend-${version}";
@@ -12,7 +12,7 @@ in stdenv.mkDerivation rec {
1212
owner = "tvheadend";
1313
repo = "tvheadend";
1414
rev = "v${version}";
15-
sha256 = "1lhk8psvifmn4kjwyfxjj21z0apyr59zizzsfd4j22v7bk66rrl9";
15+
sha256 = "1kydjmgv0nrllgi2s6aczq4x9ag01c8qm8w962qb52fzdfw7fs6k";
1616
};
1717

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

0 commit comments

Comments
 (0)
Please sign in to comment.