3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #51716 from dtzWill/update/lighttpd-1.4.52

lighttpd: 1.4.51 -> 1.4.52
This commit is contained in:
Renaud 2018-12-08 13:45:25 +01:00 committed by GitHub
commit f31cecfbc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''