* apr 1.4.2, Apache httpd 2.2.16.

svn path=/nixpkgs/trunk/; revision=23046
This commit is contained in:
Eelco Dolstra 2010-08-08 20:29:23 +00:00
parent 1a6039cb45
commit ab5669146d
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "apr-1.3.9";
name = "apr-1.4.2";
src = fetchurl {
url = "mirror://apache/apr/${name}.tar.bz2";
sha256 = "1qicxnk62d9mjza8vch2wxy4xlq8sa76chwi5cp6bs4cyj9s61ap";
sha256 = "14akizp9aq8c2qk8bj5a6n3s8hsy356prp911cmrvl4l0rqcl5r0";
};
configureFlags =

View File

@ -6,12 +6,12 @@
assert sslSupport -> openssl != null;
stdenv.mkDerivation rec {
version = "2.2.15";
version = "2.2.16";
name = "apache-httpd-${version}";
src = fetchurl {
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
sha1 = "5f0e973839ed2e38a4d03adba109ef5ce3381bc2";
sha1 = "ef92f5b3124fe5e9ba6121ea7f4bab8c014068f9";
};
#inherit sslSupport;