aboutsummaryrefslogtreecommitdiff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-12-02 15:06:14 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-12-02 15:06:14 +0000
commite1c319def2f53811fee6c649e62fc11aead5251f (patch)
treebfc852bf55d10f3e2a788a198287b77615fd5eb9 /pkgs/servers/http
parentad11ff123a78798a5ea1342f319c34b01995037c (diff)
lighttpd: 1.4.55 -> 1.4.56
Diffstat (limited to 'pkgs/servers/http')
-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 01a07a9f5029..d90357044f54 100644
--- a/pkgs/servers/http/lighttpd/default.nix
+++ b/pkgs/servers/http/lighttpd/default.nix
@@ -15,11 +15,11 @@ assert enableWebDAV -> libuuid != null;
assert enableExtendedAttrs -> attr != null;
stdenv.mkDerivation rec {
- name = "lighttpd-1.4.55";
+ name = "lighttpd-1.4.56";
src = fetchurl {
url = "https://download.lighttpd.net/lighttpd/releases-1.4.x/${name}.tar.xz";
- sha256 = "09z947730yjh438wrqb3z1c5hr1dbb11a8sr92g3vk6mr7lm02va";
+ sha256 = "0xyzahrkmldwskwgjgj4dc3rmfmgqiwwr9y7jfhqpbp8g76q9kp4";
};
postPatch = ''