bullet: 3.17 -> 3.21

This commit is contained in:
R. Ryantm 2021-12-06 06:32:03 +00:00
parent 1657d58122
commit b4f38f4ec4

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "bullet";
version = "3.17";
version = "3.21";
src = fetchFromGitHub {
owner = "bulletphysics";
repo = "bullet3";
rev = version;
sha256 = "sha256-uQ4X8F8nmagbcFh0KexrmnhHIXFSB3A1CCnjPVeHL3Q=";
sha256 = "sha256-krzqZ2TPycyWjJzYJ69rb6Qgymlio5HGw2nPCjDZPGk=";
};
nativeBuildInputs = [ cmake ];