summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-04 20:03:23 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-04 21:10:59 +0100
commit798ce14839437ac3b5d25377bfe696301ad842fc (patch)
treeed0198b7eabda81f2f39bc7449cf541b6c5f318b /pkgs
parent59cad4dc0768d081d291206f8af20c25fe0e047d (diff)
downloadnixlib-798ce14839437ac3b5d25377bfe696301ad842fc.tar
nixlib-798ce14839437ac3b5d25377bfe696301ad842fc.tar.gz
nixlib-798ce14839437ac3b5d25377bfe696301ad842fc.tar.bz2
nixlib-798ce14839437ac3b5d25377bfe696301ad842fc.tar.lz
nixlib-798ce14839437ac3b5d25377bfe696301ad842fc.tar.xz
nixlib-798ce14839437ac3b5d25377bfe696301ad842fc.tar.zst
nixlib-798ce14839437ac3b5d25377bfe696301ad842fc.zip
apache-httpd: Update to 2.4.6
Diffstat (limited to 'pkgs')
-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 bbf84a852b8f..c6cec588a3cc 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.4";
+  version = "2.4.6";
   name = "apache-httpd-${version}";
 
   src = fetchurl {
     url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
-    sha256 = "0p35jy6mkb1q48bia719qxs5bwxv0wadyhxi61rsr93nrbgbvalj";
+    sha1 = "16d8ec72535ded65d035122b0d944b0e64eaa2a2";
   };
 
   buildInputs = [perl] ++