Merge pull request #46936 from r-ryantm/auto-update/xerces-c

xercesc: 3.2.1 -> 3.2.2
This commit is contained in:
Matthew Bauer 2018-09-29 00:46:07 -05:00 committed by GitHub
commit 44d0df8476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "xerces-c-${version}";
version = "3.2.1";
version = "3.2.2";
src = fetchurl {
url = "mirror://apache/xerces/c/3/sources/${name}.tar.gz";
sha256 = "18045nyjkr2hygkjc43pi2fmz6qcbn9p00kf42my3aa4i0mn1m3d";
sha256 = "04q4c460wqzyzmprjm22igcm1d52xr20ajxnhr33nv95mbw92qfx";
};
meta = {