summary refs log tree commit diff
path: root/pkgs/servers/http/lighttpd
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-01 22:04:31 -0700
committerBjørn Forsman <bjorn.forsman@gmail.com>2019-06-02 10:21:14 +0200
commit7254994411f77d3f37b7790a43e0d09749e2c825 (patch)
tree21db21ec6d17659098f43f8f0883c10823d066b9 /pkgs/servers/http/lighttpd
parent6c516346f65321d739e32951290fe1cd63e53db7 (diff)
downloadnixpkgs-7254994411f77d3f37b7790a43e0d09749e2c825.tar
nixpkgs-7254994411f77d3f37b7790a43e0d09749e2c825.tar.gz
nixpkgs-7254994411f77d3f37b7790a43e0d09749e2c825.tar.bz2
nixpkgs-7254994411f77d3f37b7790a43e0d09749e2c825.tar.lz
nixpkgs-7254994411f77d3f37b7790a43e0d09749e2c825.tar.xz
nixpkgs-7254994411f77d3f37b7790a43e0d09749e2c825.tar.zst
nixpkgs-7254994411f77d3f37b7790a43e0d09749e2c825.zip
lighttpd: 1.4.53 -> 1.4.54
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
Diffstat (limited to 'pkgs/servers/http/lighttpd')
-rw-r--r--pkgs/servers/http/lighttpd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/lighttpd/default.nix b/pkgs/servers/http/lighttpd/default.nix
index 318f291689f..7dacb997d47 100644
--- a/pkgs/servers/http/lighttpd/default.nix
+++ b/pkgs/servers/http/lighttpd/default.nix
@@ -15,11 +15,11 @@ assert enableWebDAV -> libuuid != null;
 assert enableExtendedAttrs -> attr != null;
 
 stdenv.mkDerivation rec {
-  name = "lighttpd-1.4.53";
+  name = "lighttpd-1.4.54";
 
   src = fetchurl {
     url = "https://download.lighttpd.net/lighttpd/releases-1.4.x/${name}.tar.xz";
-    sha256 = "0y6b3lvv0cmn7mlm832k7z31fmrc6hazn9lcd9ahlrg9ycfcxprv";
+    sha256 = "08c7kbdfq915dzzqcghwacrgia197hd1w66knvydi5ja4picq56g";
   };
 
   postPatch = ''