mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 03:47:31 +00:00
* Apache 2.2.21.
svn path=/nixpkgs/trunk/; revision=29707
This commit is contained in:
parent
79ab307dd7
commit
ef27bfc02a
@ -8,12 +8,12 @@ assert sslSupport -> openssl != null;
|
||||
assert ldapSupport -> aprutil.ldapSupport && openldap != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2.2.20";
|
||||
version = "2.2.21";
|
||||
name = "apache-httpd-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
|
||||
sha1 = "c8f00a505af6ed3f89f45b640217c388f5cd32b0";
|
||||
sha1 = "c02f9b05da9a7e316ff37d9053dc76a57ba51cb4";
|
||||
};
|
||||
|
||||
buildInputs = [perl apr aprutil pcre] ++
|
||||
|
Loading…
Reference in New Issue
Block a user