libpsl: 0.13.0 -> 0.14.0

This commit is contained in:
Tobias Geerinckx-Rice 2016-08-03 20:02:25 +02:00
parent 2a4312d92b
commit 37528197a3
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99

View File

@ -11,14 +11,14 @@ let
owner = "publicsuffix"; owner = "publicsuffix";
}; };
libVersion = "0.13.0"; libVersion = "0.14.0";
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "libpsl-${version}"; name = "libpsl-${version}";
version = "${libVersion}-list-${listVersion}"; version = "${libVersion}-list-${listVersion}";
src = fetchFromGitHub { src = fetchFromGitHub {
sha256 = "12inl984r2qks51wyrzgll83y7k79q2lbhyc545dpk19qnfvp7gz"; sha256 = "1nqawm41rxaxddrqnwhxw1cgcpf74q6jw756sh0x8zbsjc73mbfq";
rev = "libpsl-${libVersion}"; rev = "libpsl-${libVersion}";
repo = "libpsl"; repo = "libpsl";
owner = "rockdaboot"; owner = "rockdaboot";
@ -29,7 +29,7 @@ in stdenv.mkDerivation rec {
postPatch = '' postPatch = ''
substituteInPlace src/psl.c --replace bits/stat.h sys/stat.h substituteInPlace src/psl.c --replace bits/stat.h sys/stat.h
patchShebangs src/make_dafsa.py patchShebangs src/psl-make-dafsa
''; '';
preAutoreconf = '' preAutoreconf = ''