lighttpd: 1.4.56 -> 1.4.58
This commit is contained in:
parent
d1bfbb992d
commit
058356f4ad
1 changed files with 2 additions and 2 deletions
|
@ -15,11 +15,11 @@ assert enableWebDAV -> libuuid != null;
|
|||
assert enableExtendedAttrs -> attr != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "lighttpd-1.4.56";
|
||||
name = "lighttpd-1.4.58";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.lighttpd.net/lighttpd/releases-1.4.x/${name}.tar.xz";
|
||||
sha256 = "0xyzahrkmldwskwgjgj4dc3rmfmgqiwwr9y7jfhqpbp8g76q9kp4";
|
||||
sha256 = "sha256-Jn/v/aE6GQ69znsVFy2L4W2pgAhFfzD93s1ygy0SbQ4=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue