forked from mirrors/nixpkgs
lighttpd: 1.4.39 -> 1.4.40
Major bug-fix release; hundreds of issues resolved in issue tracker. https://www.lighttpd.net/2016/7/16/1.4.40/
This commit is contained in:
parent
848bf3099f
commit
2173e6b49a
|
@ -7,11 +7,11 @@ assert enableMagnet -> lua5_1 != null;
|
|||
assert enableMysql -> mysql != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "lighttpd-1.4.39";
|
||||
name = "lighttpd-1.4.40";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download.lighttpd.net/lighttpd/releases-1.4.x/${name}.tar.xz";
|
||||
sha256 = "0nrnhxl1ypzgsms0ky6zdf6ib94vf8x77c422s2xav9x7j2s3fby";
|
||||
sha256 = "13agkmxii11kyary7pmv8kw4w1rp15swx800d98nqkb0yzy0sic0";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig pcre libxml2 zlib attr bzip2 which file openssl ]
|
||||
|
|
Loading…
Reference in a new issue