summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-09-23 21:50:04 -0400
committerBjørn Forsman <bjorn.forsman@gmail.com>2016-09-24 11:32:47 +0200
commit8a61594f5a9e0ab8d96f2116eac0fc6568cf9d82 (patch)
treebd8552a05dd36605db15d41e552e725990d716c5
parentlighttpd: 1.4.39 -> 1.4.40 (diff)
downloadnixpkgs-8a61594f5a9e0ab8d96f2116eac0fc6568cf9d82.tar.gz
lighttpd: 1.4.40 -> 1.4.41
(cherry picked from commit 33be079486e904cf0a4a11c9b956aee6d7e0fe4b)
-rw-r--r--pkgs/servers/http/lighttpd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/lighttpd/default.nix b/pkgs/servers/http/lighttpd/default.nix
index 8f75461070f2..549c401fec73 100644
--- a/pkgs/servers/http/lighttpd/default.nix
+++ b/pkgs/servers/http/lighttpd/default.nix
@@ -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 ]