tinygltf: 2.9.7 -> 3.0.0

This commit is contained in:
R. Ryantm
2026-05-19 03:08:12 +00:00
parent cd22aef9a1
commit e73391a550
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tinygltf";
version = "2.9.7";
version = "3.0.0";
src = fetchFromGitHub {
owner = "syoyo";
repo = "tinygltf";
tag = "v${finalAttrs.version}";
hash = "sha256-tG9hrR2rsfgS8zCBNdcplig2vyiIcNspSVKop03Zx9A=";
hash = "sha256-qs/7O/nPXpMbn31smMfdd3V9zRbyhAnDyjZwlduseKU=";
};
nativeBuildInputs = [