File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
development/python-modules/mujoco Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818 abseil-cpp = fetchFromGitHub {
1919 owner = "abseil" ;
2020 repo = "abseil-cpp" ;
21- rev = "9ac7062b1860d895fb5a8cbf58c3e9ef8f674b5f " ;
22- hash = "sha256-uOgUtF8gaEgcxFK9WAoAhv4GoS8P23IoUxHZZVZdpPk =" ;
21+ rev = "d9e4955c65cd4367dd6bf46f4ccb8cd3d100540b " ;
22+ hash = "sha256-QTywqQCkyGFpdbtDBvUwz9bGXxbJs/qoFKF6zYAZUmQ =" ;
2323 } ;
2424 benchmark = fetchFromGitHub {
2525 owner = "google" ;
3636 eigen3 = fetchFromGitLab {
3737 owner = "libeigen" ;
3838 repo = "eigen" ;
39- rev = "66f7f51b7e069d0a03a21157fa60b24aece69aeb " ;
40- hash = "sha256-/xd0GnXoW8vclIk8aKAziQwDx6AdlBmZD48p8aCX6TQ =" ;
39+ rev = "464c1d097891a1462ab28bf8bb763c1683883892 " ;
40+ hash = "sha256-OJyfUyiR8PFSaWltx6Ig0RCB+LxPxrPtc0GUfu2dKrk =" ;
4141 } ;
4242 googletest = fetchFromGitHub {
4343 owner = "google" ;
@@ -132,15 +132,15 @@ let
132132in
133133stdenv . mkDerivation ( finalAttrs : {
134134 pname = "mujoco" ;
135- version = "3.3.0 " ;
135+ version = "3.3.1 " ;
136136
137137 # Bumping version? Make sure to look though the MuJoCo's commit
138138 # history for bumped dependency pins!
139139 src = fetchFromGitHub {
140140 owner = "google-deepmind" ;
141141 repo = "mujoco" ;
142142 tag = finalAttrs . version ;
143- hash = "sha256-6Mb50WD5ZQksKoG4FH3+iyy9qBqa1fKUPyt6McNDkGg =" ;
143+ hash = "sha256-1bCB+z3Puo+AmdwEYy8v5+TJGBVk5xrN9rz+9I3h+r8 =" ;
144144 } ;
145145
146146 patches = [ ./mujoco-system-deps-dont-fetch.patch ] ;
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ buildPythonPackage rec {
3838 # in the project's CI.
3939 src = fetchPypi {
4040 inherit pname version ;
41- hash = "sha256-D7EqtxW8K20jlKYzC4w6HdlbDzuoEr/k9skeChyjrQ8 =" ;
41+ hash = "sha256-UhSjXBVngiwMi4DoZX6+KHJry5Tni9Uyg/+RfS2IECg =" ;
4242 } ;
4343
4444 nativeBuildInputs = [ cmake ] ;
You can’t perform that action at this time.
0 commit comments