lighttpd: 1.4.45 -> 1.4.48

This commit is contained in:
Bjørn Forsman 2017-12-10 21:04:55 +01:00
parent bf132e6464
commit 72e635a4cd

View File

@ -7,11 +7,11 @@ assert enableMagnet -> lua5_1 != null;
assert enableMysql -> mysql != null;
stdenv.mkDerivation rec {
name = "lighttpd-1.4.45";
name = "lighttpd-1.4.48";
src = fetchurl {
url = "http://download.lighttpd.net/lighttpd/releases-1.4.x/${name}.tar.xz";
sha256 = "0grsqh7pdqnjx6xicd96adsx84vryb7c4n21dnxfygm3xrfj55qw";
sha256 = "0djgsx06x3p22rjvzml5klq7gqd9nk88qzlxifa7p7ajqymdb2hg";
};
nativeBuildInputs = [ pkgconfig ];