mujoco: 3.1.4 -> 3.1.5

Diff: https://github.com/google-deepmind/mujoco/compare/refs/tags/3.1.4...3.1.5

Changelog: https://github.com/google-deepmind/mujoco/releases/tag/3.1.5

+7 -7
+7 -7
pkgs/applications/science/robotics/mujoco/default.nix
··· 12 12 let 13 13 pin = { 14 14 15 - # See https://github.com/google-deepmind/mujoco/blob/3.0.0/cmake/MujocoDependencies.cmake#L17-L64 15 + # See https://github.com/google-deepmind/mujoco/blob/<VERSION>/cmake/MujocoDependencies.cmake#L17-L64 16 16 abseil-cpp = fetchFromGitHub { 17 17 owner = "abseil"; 18 18 repo = "abseil-cpp"; 19 - rev = "2f9e432cce407ce0ae50676696666f33a77d42ac"; 20 - hash = "sha256-D4E11bICKr3Z5RRah7QkfXVsXtuUg32FMmKpiOGjZDM="; 19 + rev = "d7aaad83b488fd62bd51c81ecf16cd938532cc0a"; 20 + hash = "sha256-eA2/dZpNOlex1O5PNa3XSZhpMB3AmaIoHzVDI9TD/cg="; 21 21 }; 22 22 benchmark = fetchFromGitHub { 23 23 owner = "google"; ··· 70 70 marchingcubecpp = fetchFromGitHub { 71 71 owner = "aparis69"; 72 72 repo = "MarchingCubeCpp"; 73 - rev = "5b79e5d6bded086a0abe276a4b5a69fc17ae9bf1"; 74 - hash = "sha256-L0DH1GJZ/3vatQAU/KZj/2xTKE6Fwcw9eQYzLdqX2N4="; 73 + rev = "f03a1b3ec29b1d7d865691ca8aea4f1eb2c2873d"; 74 + hash = "sha256-90ei0lpJA8XuVGI0rGb3md0Qtq8/bdkU7dUCHpp88Bw="; 75 75 }; 76 76 77 77 tmd = stdenv.mkDerivation rec { ··· 129 129 130 130 in stdenv.mkDerivation rec { 131 131 pname = "mujoco"; 132 - version = "3.1.4"; 132 + version = "3.1.5"; 133 133 134 134 # Bumping version? Make sure to look though the MuJoCo's commit 135 135 # history for bumped dependency pins! ··· 137 137 owner = "google-deepmind"; 138 138 repo = "mujoco"; 139 139 rev = "refs/tags/${version}"; 140 - hash = "sha256-VgD6ditMDpHki7l23Gjip2roA8Oi4MGpxl+4gSLTEFs="; 140 + hash = "sha256-XKN489oexHf2/Gv0MVxXUzqyeJJTJXV99+fNi8shdsg="; 141 141 }; 142 142 143 143 patches = [ ./mujoco-system-deps-dont-fetch.patch ];