lighttpd: 1.4.37 -> 1.4.39

This commit is contained in:
Franz Pletz 2016-04-13 02:21:20 +02:00
parent 13b9d32917
commit 669cd2adbf

View File

@ -7,11 +7,11 @@ assert enableMagnet -> lua5_1 != null;
assert enableMysql -> mysql != null;
stdenv.mkDerivation rec {
name = "lighttpd-1.4.37";
name = "lighttpd-1.4.39";
src = fetchurl {
url = "http://download.lighttpd.net/lighttpd/releases-1.4.x/${name}.tar.xz";
sha256 = "1gbri5avg1jv2g585wk0jp53mf9jjdz2py9774mxm8bwarh6ykl0";
sha256 = "0nrnhxl1ypzgsms0ky6zdf6ib94vf8x77c422s2xav9x7j2s3fby";
};
buildInputs = [ pkgconfig pcre libxml2 zlib attr bzip2 which file openssl ]