tinyxml-2: 10.0.0 -> 11.0.0

This commit is contained in:
R. Ryantm
2025-03-20 16:14:24 +00:00
parent 01fd8b0355
commit cea7608bbf
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tinyxml2";
version = "10.0.0";
version = "11.0.0";
src = fetchFromGitHub {
owner = "leethomason";
repo = "tinyxml2";
rev = finalAttrs.version;
hash = "sha256-9xrpPFMxkAecg3hMHzzThuy0iDt970Iqhxs57Od+g2g=";
hash = "sha256-rYVQSvxA0nxlZFHwGcOWkxcXZWEvTxR9P+d8E7CSm6U=";
};
nativeBuildInputs = [ cmake ];