tinyxml-2: 10.0.0 -> 11.0.0 (#391620)

This commit is contained in:
Weijia Wang
2025-03-27 12:36:57 +01:00
committed by GitHub
+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 ];