apr: 1.5.1 -> 1.5.2

This commit is contained in:
William A. Kennington III 2015-05-01 11:19:59 -07:00
parent c5081bd603
commit 9d4e9aa79e
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "apr-1.5.1";
name = "apr-1.5.2";
src = fetchurl {
url = "mirror://apache/apr/${name}.tar.bz2";
sha256 = "1b4qw686bwjn19iyb0lg918q23xxd6s2gnyczhjq992d3m1vwjp9";
sha256 = "0ypn51xblix5ys9xy7da3ngdydip0qqh9rdq8nz54w9aq8lys0vx";
};
patches = stdenv.lib.optionals stdenv.isDarwin [ ./is-this-a-compiler-bug.patch ];