3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #228772 from r-ryantm/auto-update/aprutil

aprutil: 1.6.1 -> 1.6.3
This commit is contained in:
Nick Cao 2023-06-19 10:12:13 -06:00 committed by GitHub
commit e1fc1d4821
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,11 +12,11 @@ assert ldapSupport -> openldap != null;
stdenv.mkDerivation rec {
pname = "apr-util";
version = "1.6.1";
version = "1.6.3";
src = fetchurl {
url = "mirror://apache/apr/${pname}-${version}.tar.bz2";
sha256 = "0nq3s1yn13vplgl6qfm09f7n0wm08malff9s59bqf9nid9xjzqfk";
sha256 = "sha256-pBB243EHRjJsOUUEKZStmk/KwM4Cd92P6gdv7DyXcrU=";
};
patches = [ ./fix-libxcrypt-build.patch ]