* apr-util updated to 1.3.10.

svn path=/nixpkgs/trunk/; revision=25000
This commit is contained in:
Eelco Dolstra 2010-12-06 13:34:00 +00:00
parent 292db979cb
commit 528a471aa8

View File

@ -5,11 +5,11 @@
assert bdbSupport -> db4 != null;
stdenv.mkDerivation rec {
name = "apr-util-1.3.9";
name = "apr-util-1.3.10";
src = fetchurl {
url = "mirror://apache/apr/${name}.tar.bz2";
sha256 = "10zcy1an5xkjx8nflirvm2a8rnp9psckws6r7xr5wq6ffxnafhc7";
sha256 = "1vhps080b0f9z6ibq7xqbhdrclb89min7xwvc2zzc5wf0x4w1h0s";
};
configureFlags = ''