reactphysics3d: 0.10.0 -> 0.10.1

This commit is contained in:
R. Ryantm 2024-06-26 02:39:01 +00:00
parent 260616a5fd
commit df4d7252d4

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "reactphysics3d";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "DanielChappuis";
repo = "reactphysics3d";
rev = "v${finalAttrs.version}";
hash = "sha256-LWBnrqDFhpzN/XUEGniZeViDq3R1MtmuU5CMCQ59VOY=";
hash = "sha256-j57wzqAmBV/pK7PPUDXV6ciOCQVs2gX+BaGHk4kLuUI=";
};
nativeBuildInputs = [ cmake ];