aprutil: 1.6.0 -> 1.6.1

This commit is contained in:
Robin Gloster 2018-01-25 19:35:46 +01:00
parent f7ff8d83ec
commit 0f9cf03432
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -13,11 +13,11 @@ assert ldapSupport -> openldap != null;
with stdenv.lib;
stdenv.mkDerivation rec {
name = "apr-util-1.6.0";
name = "apr-util-1.6.1";
src = fetchurl {
url = "mirror://apache/apr/${name}.tar.bz2";
sha256 = "0k6a90d67xl36brz69s7adgkswjmw7isnjblm1naqmjblwzwjx44";
sha256 = "0nq3s1yn13vplgl6qfm09f7n0wm08malff9s59bqf9nid9xjzqfk";
};
patches = optional stdenv.isFreeBSD ./include-static-dependencies.patch;