Merge pull request #322551 from r-ryantm/auto-update/reactphysics3d

reactphysics3d: 0.10.0 -> 0.10.1
This commit is contained in:
Markus Kowalewski
2024-06-30 13:09:18 +00:00
committed by GitHub
+2 -2
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 ];