xercesc: 3.2.1 -> 3.2.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xerces-c/versions
This commit is contained in:
R. RyanTM 2018-09-19 23:27:18 -07:00
parent 35378f0141
commit 3772826f24

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 = {