Merge pull request #51716 from dtzWill/update/lighttpd-1.4.52
lighttpd: 1.4.51 -> 1.4.52
This commit is contained in:
commit
f31cecfbc8
@ -13,11 +13,11 @@ assert enableWebDAV -> sqlite != null;
|
|||||||
assert enableWebDAV -> libuuid != null;
|
assert enableWebDAV -> libuuid != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "lighttpd-1.4.51";
|
name = "lighttpd-1.4.52";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.lighttpd.net/lighttpd/releases-1.4.x/${name}.tar.xz";
|
url = "https://download.lighttpd.net/lighttpd/releases-1.4.x/${name}.tar.xz";
|
||||||
sha256 = "10lw9vvivpvf4aw7ajayb2yyq4lp4dq3gq9llszjbw6icnrgvy9a";
|
sha256 = "0r57zp7050qxlwg41xqnqnhw3lrl34cg5zvfbqrwddrhqn8hkg17";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user