Unverified Commit f07f2f89 authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

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

parents 849076eb 7512c886
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [