Merge pull request #294743 from rexxDigital/reactphysics3d

reactphysics3d: 0.9.0 -> 0.10.0

authored by Peder Bergebakken Sundt and committed by GitHub 5c73d72b bad6d5d2

+2 -12
+2 -12
pkgs/by-name/re/reactphysics3d/package.nix
··· 2 2 3 3 stdenv.mkDerivation (finalAttrs: { 4 4 pname = "reactphysics3d"; 5 - version = "0.9.0"; 5 + version = "0.10.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "DanielChappuis"; 9 9 repo = "reactphysics3d"; 10 10 rev = "v${finalAttrs.version}"; 11 - hash = "sha256-AUdsUXsygsGfS8H+AHEV1fSrrX7zGmfsaTONYUG3zqk="; 11 + hash = "sha256-LWBnrqDFhpzN/XUEGniZeViDq3R1MtmuU5CMCQ59VOY="; 12 12 }; 13 - 14 - patches = [ 15 - # Fix gcc-13 build failure: 16 - # https://github.com/DanielChappuis/reactphysics3d/pull/371 17 - (fetchpatch { 18 - name ="gcc-13.patch"; 19 - url = "https://github.com/DanielChappuis/reactphysics3d/commit/9335856664fdc3bd1073209f0b4f6eae24c35848.patch"; 20 - hash = "sha256-pCiAHfv66tbE8+hpVvjS22jLi7I+pPofSy8w7eWEp9o="; 21 - }) 22 - ]; 23 13 24 14 nativeBuildInputs = [ cmake ]; 25 15