Skip to content

Commit

Permalink
tinygltf: 2.6.3 -> 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and bobby285271 committed Jan 2, 2023
1 parent 2c4b97d commit 718eba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/tinygltf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
}:

stdenv.mkDerivation rec {
version = "2.6.3";
version = "2.7.0";
pname = "tinygltf";

src = fetchFromGitHub {
owner = "syoyo";
repo = "tinygltf";
rev = "v${version}";
sha256 = "sha256-IyezvHzgLRyc3z8HdNsQMqDEhP+Ytw0stFNak3C8lTo=";
sha256 = "sha256-pIymkC+LzoSPU0jnpBH07ag/04W0c9TmPeDUSYQdgx4=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 718eba0

Please sign in to comment.