tinygltf: 2.8.2 -> 2.8.3

This commit is contained in:
R. Ryantm 2023-02-21 17:55:36 +00:00
parent 0663b90f54
commit 98661a89f2

View File

@ -6,14 +6,14 @@
}:
stdenv.mkDerivation rec {
version = "2.8.2";
version = "2.8.3";
pname = "tinygltf";
src = fetchFromGitHub {
owner = "syoyo";
repo = "tinygltf";
rev = "v${version}";
sha256 = "sha256-0O+Vfsd1omCXeSGdjLZ29yTutC+527NCIBm6hU3qKj4=";
sha256 = "sha256-6rfC5nXGseXtqh2IonZto+DM8ZV/t5U1ulZ3GFHwoeg=";
};
nativeBuildInputs = [ cmake ];