* apr updated to 1.4.5.
* apr-util updated to 1.3.12. * httpd updated to 2.2.19. svn path=/nixpkgs/trunk/; revision=27487
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
assert bdbSupport -> db4 != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "apr-util-1.3.10";
|
||||
name = "apr-util-1.3.12";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://apache/apr/${name}.tar.bz2";
|
||||
sha256 = "1vhps080b0f9z6ibq7xqbhdrclb89min7xwvc2zzc5wf0x4w1h0s";
|
||||
md5 = "0f671b037ca62751a8a7005578085560";
|
||||
};
|
||||
|
||||
configureFlags = ''
|
||||
|
||||
Reference in New Issue
Block a user