svn merge ^/nixpkgs/trunk

svn path=/nixpkgs/branches/stdenv-updates/; revision=32330
This commit is contained in:
Yury G. Kudryashov
2012-02-16 15:02:26 +00:00
116 changed files with 451 additions and 436 deletions
+2 -2
View File
@@ -8,12 +8,12 @@ assert sslSupport -> openssl != null;
assert ldapSupport -> aprutil.ldapSupport && openldap != null;
stdenv.mkDerivation rec {
version = "2.2.21";
version = "2.2.22";
name = "apache-httpd-${version}";
src = fetchurl {
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
sha1 = "c02f9b05da9a7e316ff37d9053dc76a57ba51cb4";
sha1 = "766cd0843050a8dfb781e48b976f3ba6ebcf8696";
};
buildInputs = [perl apr aprutil pcre] ++