about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2015-12-27 21:30:11 +0000
committerRobin Gloster <mail@glob.in>2015-12-27 21:31:30 +0000
commit566c06c5a77b20a22745f23917511eef7a600901 (patch)
treeeb8efee8c3598735483df89048a55053ab0052dd /pkgs/servers
parentde124aa5312ed9a720d1de926778048093a71fb6 (diff)
downloadnixlib-566c06c5a77b20a22745f23917511eef7a600901.tar
nixlib-566c06c5a77b20a22745f23917511eef7a600901.tar.gz
nixlib-566c06c5a77b20a22745f23917511eef7a600901.tar.bz2
nixlib-566c06c5a77b20a22745f23917511eef7a600901.tar.lz
nixlib-566c06c5a77b20a22745f23917511eef7a600901.tar.xz
nixlib-566c06c5a77b20a22745f23917511eef7a600901.tar.zst
nixlib-566c06c5a77b20a22745f23917511eef7a600901.zip
apacheHttpd: 2.4.17 -> 2.4.18
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/http/apache-httpd/2.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/apache-httpd/2.4.nix b/pkgs/servers/http/apache-httpd/2.4.nix
index aa8dfdd45f51..ddb1ec443a06 100644
--- a/pkgs/servers/http/apache-httpd/2.4.nix
+++ b/pkgs/servers/http/apache-httpd/2.4.nix
@@ -14,12 +14,12 @@ assert sslSupport -> aprutil.sslSupport && openssl != null;
 assert ldapSupport -> aprutil.ldapSupport && openldap != null;
 
 stdenv.mkDerivation rec {
-  version = "2.4.17";
+  version = "2.4.18";
   name = "apache-httpd-${version}";
 
   src = fetchurl {
     url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
-    sha256 = "165p5qgwyk1dwjypgcx5vb47xadiszs3dw28n2axplw1xifh67ik";
+    sha256 = "0k7xm6ldzvakzq39nw6b39190ihlkc28all2gkvckxa1vr8b0i06";
   };
 
   buildInputs = [perl] ++