lol

bullet: 2.83.7 -> 2.86.1

authored by

gnidorah and committed by
Nikolay Amiantov
4c85665b 161f0d33

+2 -2
+2 -2
pkgs/development/libraries/bullet/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "bullet-${version}"; 5 - version = "2.83.7"; 5 + version = "2.86.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "bulletphysics"; 9 9 repo = "bullet3"; 10 10 rev = version; 11 - sha256 = "1zz3vs6i5975y9mgb1k1vxrjbf1028v0nc11p646dsvv2vplxx5r"; 11 + sha256 = "1k81hr5y9rs2nsal6711fal21rxp6h573cpmjjk8x8ji2crqbqlz"; 12 12 }; 13 13 14 14 buildInputs = [ cmake ] ++