bullet: 3.22b -> 3.23

authored by R. Ryantm and committed by Alexander Foremny 3e789af2 136213b8

+2 -2
+2 -2
pkgs/development/libraries/bullet/default.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "bullet"; 14 - version = "3.22b"; 14 + version = "3.23"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "bulletphysics"; 18 18 repo = "bullet3"; 19 19 rev = version; 20 - sha256 = "sha256-hf2b7enh9mziPKFcdU8NwLdhcxhV7Ididf9Bwwa+5/M="; 20 + sha256 = "sha256-XZpwCVfSJD3W93BJrGefy3dGrevNzChU+TrKalMpY4Q="; 21 21 }; 22 22 23 23 nativeBuildInputs = [ cmake ];