* 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:
@@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "apr-1.4.2";
|
||||
name = "apr-1.4.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://apache/apr/${name}.tar.bz2";
|
||||
sha256 = "14akizp9aq8c2qk8bj5a6n3s8hsy356prp911cmrvl4l0rqcl5r0";
|
||||
md5 = "8b53f5a5669d0597f2da889a2f576eb6";
|
||||
};
|
||||
|
||||
configureFlags =
|
||||
|
||||
Reference in New Issue
Block a user