mujoco: 3.2.4 -> 3.2.5 (#353806)

This commit is contained in:
Peder Bergebakken Sundt
2024-11-05 20:23:10 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -131,7 +131,7 @@ let
in
stdenv.mkDerivation rec {
pname = "mujoco";
version = "3.2.4";
version = "3.2.5";
# Bumping version? Make sure to look though the MuJoCo's commit
# history for bumped dependency pins!
@@ -139,7 +139,7 @@ stdenv.mkDerivation rec {
owner = "google-deepmind";
repo = "mujoco";
rev = "refs/tags/${version}";
hash = "sha256-AWRrPs4G+hLwOz6UT/oWNT1arQP2ppyi+LC4Dy+njG0=";
hash = "sha256-MyQL/WV8ehH7nYNlB/H5DgSrOrd252I6GFV2KLeef5g=";
};
patches = [ ./mujoco-system-deps-dont-fetch.patch ];
@@ -37,7 +37,7 @@ buildPythonPackage rec {
# in the project's CI.
src = fetchPypi {
inherit pname version;
hash = "sha256-26zb79/ixZh6XmMpn0KSCEr6jyl6SNI4ih1uUwlx6Hw=";
hash = "sha256-CJHREBSY5zft9UsKmniB0P4sGKSls1cUDdl1TZE2rUM=";
};
nativeBuildInputs = [ cmake ];