tinyobjloader: 1.0.6 -> 1.0.7

This commit is contained in:
R. RyanTM 2021-08-21 21:52:32 +00:00
parent 456481aa3d
commit 18cd0e9700

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "tinyobjloader";
version = "1.0.6";
version = "1.0.7";
src = fetchFromGitHub {
owner = "tinyobjloader";
repo = "tinyobjloader";
rev = "v${version}";
sha256 = "162168995f4xch7hm3iy6m57r8iqkpzi5x9qh1gsghlxwdxxqbis";
sha256 = "sha256-BNffbicnLTGK2GQ2/bB328LFU9fqHxrpAVj2hJaekWc=";
};
nativeBuildInputs = [ cmake ];