summary refs log tree commit diff
path: root/pkgs/servers/http/apache-httpd
diff options
context:
space:
mode:
authorTristan Helmich <tristan.helmich@teamviewer.com>2018-03-27 14:39:56 +0200
committerRobin Gloster <mail@glob.in>2018-03-27 15:38:49 +0200
commit737bf1d22902f8f0039d7e89cdaa648eee755013 (patch)
tree78f88840ff92db61a5dd7264b0f74a1da23beb9f /pkgs/servers/http/apache-httpd
parent945b681d3b1e32d2dcea528ce4e5396408c1bb74 (diff)
downloadnixpkgs-737bf1d22902f8f0039d7e89cdaa648eee755013.tar
nixpkgs-737bf1d22902f8f0039d7e89cdaa648eee755013.tar.gz
nixpkgs-737bf1d22902f8f0039d7e89cdaa648eee755013.tar.bz2
nixpkgs-737bf1d22902f8f0039d7e89cdaa648eee755013.tar.lz
nixpkgs-737bf1d22902f8f0039d7e89cdaa648eee755013.tar.xz
nixpkgs-737bf1d22902f8f0039d7e89cdaa648eee755013.tar.zst
nixpkgs-737bf1d22902f8f0039d7e89cdaa648eee755013.zip
apacheHttpd: 2.4.29 -> 2.4.33
Diffstat (limited to 'pkgs/servers/http/apache-httpd')
-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 41e65b588e1..dd076606da5 100644
--- a/pkgs/servers/http/apache-httpd/2.4.nix
+++ b/pkgs/servers/http/apache-httpd/2.4.nix
@@ -16,12 +16,12 @@ assert ldapSupport -> aprutil.ldapSupport && openldap != null;
 assert http2Support -> nghttp2 != null;
 
 stdenv.mkDerivation rec {
-  version = "2.4.29";
+  version = "2.4.33";
   name = "apache-httpd-${version}";
 
   src = fetchurl {
     url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
-    sha256 = "777753a5a25568a2a27428b2214980564bc1c38c1abf9ccc7630b639991f7f00";
+    sha256 = "de02511859b00d17845b9abdd1f975d5ccb5d0b280c567da5bf2ad4b70846f05";
   };
 
   # FIXME: -dev depends on -doc