bullet: 2.86.1 -> 2.87

This commit is contained in:
Linus Heckemann 2018-01-05 23:48:43 +01:00 committed by Alexander Foremny
parent bb9bcfa295
commit 93cdceafb8

View File

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