lighttpd: 1.4.40 -> 1.4.41

This commit is contained in:
Graham Christensen 2016-09-23 21:50:04 -04:00 committed by Bjørn Forsman
parent 8925bb7415
commit 33be079486

View File

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