Merge pull request #277920 from r-ryantm/auto-update/tinyxml-2

tinyxml-2: 9.0.0 -> 10.0.0
This commit is contained in:
Robert Scott 2023-12-31 16:41:45 +00:00 committed by GitHub
commit 1518efb2a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "tinyxml-2"; pname = "tinyxml-2";
version = "9.0.0"; version = "10.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
repo = "tinyxml2"; repo = "tinyxml2";
owner = "leethomason"; owner = "leethomason";
rev = version; rev = version;
sha256 = "sha256-AQQOctXi7sWIH/VOeSUClX6hlm1raEQUOp+VoPjLM14="; sha256 = "sha256-9xrpPFMxkAecg3hMHzzThuy0iDt970Iqhxs57Od+g2g=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];