xml-tooling-c: 1.6.0 -> 1.6.3

Resolves #33875
This commit is contained in:
jammerful 2018-01-18 13:50:25 -05:00 committed by Orivej Desh
parent 836951fc14
commit 4414b1b0a7

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "xml-tooling-c-${version}";
version = "1.6.0";
version = "1.6.3";
src = fetchgit {
url = "https://git.shibboleth.net/git/cpp-xmltooling.git";
rev = "db08101c3854518a59096be95ed6564838381744";
sha256 = "0rhzvxm4z3pm28kpk34hayhm12bjjms2kygv1z68vnz8ijzgcinq";
rev = version;
sha256 = "09z2pp3yy3kqx22vwgxyi3s0vlpdv9camw8dpi3q8piff6zxak3q";
};
buildInputs = [ boost curl openssl log4shib xercesc xml-security-c ];