mujoco: 3.2.3 -> 3.2.4 (#349219)

This commit is contained in:
Gaétan Lepage
2024-10-17 15:46:25 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -35,8 +35,8 @@ let
eigen3 = fetchFromGitLab {
owner = "libeigen";
repo = "eigen";
rev = "f33af052e0e60d4aa367328e7d9dffc9dedca6d8";
hash = "sha256-93I6MFIZ8tvdwTmiMihOaVVCdkWOTvXWZ5vYXzsMP+Q=";
rev = "b396a6fbb2e173f52edb3360485dedf3389ef830";
hash = "sha256-UroGjERR5TW9KbyLwR/NBpytXrW1tHfu6ZvQPngROq4=";
};
googletest = fetchFromGitHub {
owner = "google";
@@ -131,7 +131,7 @@ let
in
stdenv.mkDerivation rec {
pname = "mujoco";
version = "3.2.3";
version = "3.2.4";
# 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-WMh96sJK9A5QcVmIjy4STN+vMrxLxcDPHMfEnTmSXSU=";
hash = "sha256-AWRrPs4G+hLwOz6UT/oWNT1arQP2ppyi+LC4Dy+njG0=";
};
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-3WF/QMHARPXff7yTM9MJTTyIYp1OPYYiTly0LeQKaos=";
hash = "sha256-26zb79/ixZh6XmMpn0KSCEr6jyl6SNI4ih1uUwlx6Hw=";
};
nativeBuildInputs = [ cmake ];