lighttpd: 1.4.50 -> 1.4.51 (#49238)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/lighttpd/versions
This commit is contained in:
parent
62c860efd7
commit
5bccc53a50
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@ assert enableWebDAV -> sqlite != null;
|
|||
assert enableWebDAV -> libuuid != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "lighttpd-1.4.50";
|
||||
name = "lighttpd-1.4.51";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.lighttpd.net/lighttpd/releases-1.4.x/${name}.tar.xz";
|
||||
sha256 = "1sr9avcnld22a5wl5s8vgrz8r86mybggm9z8zwabqz48v0986dr9";
|
||||
sha256 = "10lw9vvivpvf4aw7ajayb2yyq4lp4dq3gq9llszjbw6icnrgvy9a";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue