Skip to content

Commit

Permalink
lighttpd: 1.4.39 -> 1.4.40
Browse files Browse the repository at this point in the history
Major bug-fix release; hundreds of issues resolved in issue tracker.

https://www.lighttpd.net/2016/7/16/1.4.40/
  • Loading branch information
bjornfor committed Jul 19, 2016
1 parent 848bf30 commit 2173e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/http/lighttpd/default.nix
Expand Up @@ -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 ]
Expand Down

1 comment on commit 2173e6b

@bjornfor
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we backport this to release-16.03?

Please sign in to comment.