bullet: 2.83.7 -> 2.86.1

This commit is contained in:
gnidorah 2017-07-20 10:41:31 +03:00 committed by Nikolay Amiantov
parent 161f0d3348
commit 4c85665bd2

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "bullet-${version}"; name = "bullet-${version}";
version = "2.83.7"; version = "2.86.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bulletphysics"; owner = "bulletphysics";
repo = "bullet3"; repo = "bullet3";
rev = version; rev = version;
sha256 = "1zz3vs6i5975y9mgb1k1vxrjbf1028v0nc11p646dsvv2vplxx5r"; sha256 = "1k81hr5y9rs2nsal6711fal21rxp6h573cpmjjk8x8ji2crqbqlz";
}; };
buildInputs = [ cmake ] ++ buildInputs = [ cmake ] ++