apacheHttpd: update from 2.2.25 to 2.2.26
This commit is contained in:
parent
d79177cc20
commit
e523fdfc47
1 changed files with 2 additions and 2 deletions
|
@ -12,12 +12,12 @@ assert ldapSupport -> aprutil.ldapSupport && openldap != null;
|
|||
assert mpm == "prefork" || mpm == "worker" || mpm == "event";
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2.2.25";
|
||||
version = "2.2.26";
|
||||
name = "apache-httpd-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
|
||||
sha1 = "e34222d1a8de38825397a1c70949bcc5836a1236";
|
||||
sha256 = "1dj29cl2bsk8ir8hxw0ajhbpbrrmsh8mwqfc1ipiqgv7slyqx45g";
|
||||
};
|
||||
|
||||
buildInputs = [perl apr aprutil pcre] ++
|
||||
|
|
Loading…
Reference in a new issue