1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

assimp: 3.3.1 -> 4.1.0

This commit is contained in:
Tristan Carel 2017-12-12 10:58:17 +01:00
parent 80cc3de45a
commit aed5b163a5
No known key found for this signature in database
GPG key ID: FDDB253106F61CF5

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "assimp-${version}";
version = "3.3.1";
version = "4.1.0";
src = fetchFromGitHub{
owner = "assimp";
repo = "assimp";
rev = "v${version}";
sha256 = "13y44fymj13h6alig0nqab91j2qch0yh9gq8yql2zz744ch2s5vc";
sha256 = "00g61g3ixmfszzjncpvm8x7gp2livaj4lmhbycjmrw4x3gfqlc4r";
};
buildInputs = [ cmake boost zlib ];