lighttpd: 1.4.51 -> 1.4.52

https://www.lighttpd.net/2018/11/28/1.4.52/
This commit is contained in:
Will Dietz 2018-11-29 21:16:16 -06:00
parent 2da30b1384
commit 05f6ec295f
1 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@ assert enableWebDAV -> sqlite != null;
assert enableWebDAV -> libuuid != null;
stdenv.mkDerivation rec {
name = "lighttpd-1.4.51";
name = "lighttpd-1.4.52";
src = fetchurl {
url = "https://download.lighttpd.net/lighttpd/releases-1.4.x/${name}.tar.xz";
sha256 = "10lw9vvivpvf4aw7ajayb2yyq4lp4dq3gq9llszjbw6icnrgvy9a";
sha256 = "0r57zp7050qxlwg41xqnqnhw3lrl34cg5zvfbqrwddrhqn8hkg17";
};
postPatch = ''