bullet: 3.22b -> 3.23

main
R. Ryantm 2 years ago committed by Alexander Foremny
parent 136213b87a
commit 3e789af26c
  1. 4
      pkgs/development/libraries/bullet/default.nix

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "bullet";
version = "3.22b";
version = "3.23";
src = fetchFromGitHub {
owner = "bulletphysics";
repo = "bullet3";
rev = version;
sha256 = "sha256-hf2b7enh9mziPKFcdU8NwLdhcxhV7Ididf9Bwwa+5/M=";
sha256 = "sha256-XZpwCVfSJD3W93BJrGefy3dGrevNzChU+TrKalMpY4Q=";
};
nativeBuildInputs = [ cmake ];

Loading…
Cancel
Save