xercesc: 3.2.5 -> 3.3.0 (#348674)

This commit is contained in:
Weijia Wang
2025-03-09 13:46:01 +01:00
committed by GitHub
+2 -2
View File
@@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "xerces-c";
version = "3.2.5";
version = "3.3.0";
src = fetchurl {
url = "mirror://apache/xerces/c/3/sources/${pname}-${version}.tar.gz";
sha256 = "sha256-VFz8zmxOdVIHvR8n4xkkHlDjfAwnJQ8RzaEWAY8e8PU=";
sha256 = "sha256-lVXx0G+CmH+7RliGJwVRV0BBT9NLTbatLtdqLcCNO94=";
};
buildInputs = [