Skip to content

Commit 27d64ae

Browse files
authored
mujoco: 3.3.0 -> 3.3.1 (NixOS#397745)
2 parents 82ece7f + fe89b30 commit 27d64ae

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pkgs/by-name/mu/mujoco/package.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ let
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";
@@ -36,8 +36,8 @@ let
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
132132
in
133133
stdenv.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 ];

pkgs/development/python-modules/mujoco/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 ];

0 commit comments

Comments
 (0)