File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
, which , zlib } :
4
4
5
5
let
6
- version = "4.2.1 " ;
6
+ version = "4.2.4 " ;
7
7
8
8
in stdenv . mkDerivation rec {
9
9
name = "tvheadend-${ version } " ;
@@ -12,7 +12,7 @@ in stdenv.mkDerivation rec {
12
12
owner = "tvheadend" ;
13
13
repo = "tvheadend" ;
14
14
rev = "v${ version } " ;
15
- sha256 = "1lhk8psvifmn4kjwyfxjj21z0apyr59zizzsfd4j22v7bk66rrl9 " ;
15
+ sha256 = "1kydjmgv0nrllgi2s6aczq4x9ag01c8qm8w962qb52fzdfw7fs6k " ;
16
16
} ;
17
17
18
18
buildInputs = [
@@ -39,7 +39,8 @@ in stdenv.mkDerivation rec {
39
39
preConfigure = ''
40
40
patchShebangs ./configure
41
41
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
43
44
44
45
# the version detection script `support/version` reads this file if it
45
46
# exists, so let's just use that
You can’t perform that action at this time.
0 commit comments