about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2013-12-09 10:49:00 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-12-09 10:49:00 +0200
commit6996067dcf88fb83d097b44d02ed26f957f07a81 (patch)
treea3b66168434cd59b64df8b5ecc708ace87f4bb9c /pkgs/servers
parent7375a3f7dd1e40df2eb95c2a301094ff7de4609c (diff)
downloadnixlib-6996067dcf88fb83d097b44d02ed26f957f07a81.tar
nixlib-6996067dcf88fb83d097b44d02ed26f957f07a81.tar.gz
nixlib-6996067dcf88fb83d097b44d02ed26f957f07a81.tar.bz2
nixlib-6996067dcf88fb83d097b44d02ed26f957f07a81.tar.lz
nixlib-6996067dcf88fb83d097b44d02ed26f957f07a81.tar.xz
nixlib-6996067dcf88fb83d097b44d02ed26f957f07a81.tar.zst
nixlib-6996067dcf88fb83d097b44d02ed26f957f07a81.zip
apacheHttpd_2_4: update from 2.4.6 to 2.4.7
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 9e687e9c843a..2bbe9798de46 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.6";
+  version = "2.4.7";
   name = "apache-httpd-${version}";
 
   src = fetchurl {
     url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
-    sha1 = "16d8ec72535ded65d035122b0d944b0e64eaa2a2";
+    sha256 = "06z7ij0avr8f3rvp6ifk3dn8j73i17cn4avz4fp1as43061qsdk4";
   };
 
   buildInputs = [perl] ++