xml-tooling-c: 3.2.4 -> 3.3.0 (#361127)

This commit is contained in:
Christian Kögler
2025-01-01 23:02:31 +01:00
committed by GitHub
+2 -2
View File
@@ -14,12 +14,12 @@
stdenv.mkDerivation rec {
pname = "xml-tooling-c";
version = "3.2.4";
version = "3.3.0";
src = fetchgit {
url = "https://git.shibboleth.net/git/cpp-xmltooling.git";
rev = version;
hash = "sha256-FQ109ahOSWj3hvaxu1r/0FTpCuWaLgSEKM8NBio+wqU=";
hash = "sha256-czmBu7ThDwq+x7FahgZDMHqid8jeUNnTuKMI/Fj4IIw=";
};
buildInputs = [