Skip to content

Commit

Permalink
xml-tooling-c: 3.0.4 -> 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 6, 2024
1 parent ad41959 commit ceb58ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/xml-tooling-c/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

stdenv.mkDerivation rec {
pname = "xml-tooling-c";
version = "3.0.4";
version = "3.2.4";

src = fetchgit {
url = "https://git.shibboleth.net/git/cpp-xmltooling.git";
rev = version;
sha256 = "0frj4w70l06nva6dvdcivgm1ax69rqbjdzzbgp0sxhiqhddslbas";
sha256 = "sha256-FQ109ahOSWj3hvaxu1r/0FTpCuWaLgSEKM8NBio+wqU=";
};

buildInputs = [ boost curl openssl log4shib xercesc xml-security-c ];
Expand Down

0 comments on commit ceb58ea

Please sign in to comment.