@@ -5,76 +5,83 @@ load("@//:python_system.bzl", "python_repo")
55
66http_archive (
77 name = "com_google_googletest" ,
8- strip_prefix = "googletest-main" ,
9- urls = ["https://github.com/google/googletest/archive/main.zip" ],
8+ sha256 = "f179ec217f9b3b3f3c6e8b02d3e7eda997b49e4ce26d6b235c9053bec9c0bf9f" ,
9+ strip_prefix = "googletest-1.15.2" ,
10+ urls = ["https://github.com/google/googletest/archive/refs/tags/v1.15.2.zip" ],
1011)
1112
1213http_archive (
1314 name = "com_google_benchmark" ,
14- strip_prefix = "benchmark-main" ,
15- urls = ["https://github.com/google/benchmark/archive/main.zip" ],
15+ sha256 = "8a63c9c6adf9e7ce8d0d81f251c47de83efb5e077e147d109fa2045daac8368b" ,
16+ strip_prefix = "benchmark-1.9.1" ,
17+ urls = ["https://github.com/google/benchmark/archive/refs/tags/v1.9.1.zip" ],
1618)
1719
1820http_archive (
1921 name = "rules_cc" ,
20- strip_prefix = "rules_cc-main" ,
21- urls = ["https://github.com/bazelbuild/rules_cc/archive/main.zip" ],
22+ sha256 = "e7c1639aa227d2cd335825d37caa2a234b40373be3ef8f87c25724ed01cab5e8" ,
23+ strip_prefix = "rules_cc-0.0.17" ,
24+ urls = ["https://github.com/bazelbuild/rules_cc/archive/refs/tags/0.0.17.zip" ],
2225)
2326
2427http_archive (
2528 name = "rules_python" ,
26- strip_prefix = "rules_python-main" ,
27- url = "https://github.com/bazelbuild/rules_python/archive/main.zip" ,
29+ sha256 = "7149fff45f7925bb6d45543ed99bfd3544ec63df82ef70cf0ce38b669c9d3bd6" ,
30+ strip_prefix = "rules_python-1.0.0" ,
31+ urls = ["https://github.com/bazelbuild/rules_python/archive/refs/tags/1.0.0.zip" ],
2832)
2933
3034http_archive (
3135 name = "bazel_skylib" ,
32- strip_prefix = "bazel-skylib-main" ,
33- urls = ["https://github.com/bazelbuild/bazel-skylib/archive/main.zip" ],
36+ sha256 = "23ef380aa62e2f1b631d02d0c9d163e43be03e880953dafe133d754fb8d96f0a" ,
37+ strip_prefix = "bazel-skylib-1.7.1" ,
38+ urls = ["https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.7.1.zip" ],
3439)
3540
3641http_archive (
3742 name = "com_google_absl" ,
38- strip_prefix = "abseil-cpp-master" ,
39- urls = ["https://github.com/abseil/abseil-cpp/archive/master.zip" ],
43+ sha256 = "95e90be7c3643e658670e0dd3c1b27092349c34b632c6e795686355f67eca89f" ,
44+ strip_prefix = "abseil-cpp-20240722.0" ,
45+ urls = ["https://github.com/abseil/abseil-cpp/archive/refs/tags/20240722.0.zip" ],
4046)
4147
4248http_archive (
4349 name = "com_google_absl_py" ,
44- strip_prefix = "abseil-py-main" ,
45- urls = ["https://github.com/abseil/abseil-py/archive/main.zip" ],
50+ sha256 = "e11083ee5a69afe5c82321ec2505061407ec315789b9b886cbfaf46560431c0b" ,
51+ strip_prefix = "abseil-py-2.1.0" ,
52+ urls = ["https://github.com/abseil/abseil-py/archive/refs/tags/v2.1.0.zip" ],
4653)
4754
4855http_archive (
4956 name = "eigen_archive" ,
5057 build_file = "@//bazel:eigen.BUILD" ,
51- sha256 = "515b3c266d798f3a112efe781dda0cf1aef7bd73f6864d8f4f16129310ae1fdf " ,
52- strip_prefix = "eigen-b02c384ef4e8eba7b8bdef16f9dc6f8f4d6a6b2b " ,
58+ sha256 = "8586084f71f9bde545ee7fa6d00288b264a2b7ac3607b974e54d13e7162c1c72 " ,
59+ strip_prefix = "eigen-3.4.0 " ,
5360 urls = [
54- "https://gitlab.com/libeigen/eigen/-/archive/b02c384ef4e8eba7b8bdef16f9dc6f8f4d6a6b2b /eigen-b02c384ef4e8eba7b8bdef16f9dc6f8f4d6a6b2b .tar.gz" ,
55- "https://storage.googleapis.com/mirror.tensorflow.org/ gitlab.com/libeigen/eigen/-/archive/b02c384ef4e8eba7b8bdef16f9dc6f8f4d6a6b2b /eigen-b02c384ef4e8eba7b8bdef16f9dc6f8f4d6a6b2b .tar.gz" ,
61+ "https://mirror.bazel.build/ gitlab.com/libeigen/eigen/-/archive/3.4.0 /eigen-3.4.0 .tar.gz" ,
62+ "https://gitlab.com/libeigen/eigen/-/archive/3.4.0 /eigen-3.4.0 .tar.gz" ,
5663 ],
5764)
5865
5966http_archive (
6067 name = "png_archive" ,
6168 build_file = "@//bazel:png.BUILD" ,
62- sha256 = "c2c50c13a727af73ecd3fc0167d78592cf5e0bca9611058ca414b6493339c784 " ,
63- strip_prefix = "libpng-1.6.37 " ,
69+ sha256 = "0b35b4bbdf454d589bf8195bc281fefecc4b2529b42ddfbe8b6c108b986841f9 " ,
70+ strip_prefix = "libpng-1.6.44 " ,
6471 urls = [
65- "https://mirror.bazel.build/github.com/glennrp /libpng/archive/v1.6.37 .zip" ,
66- "https://github.com/glennrp /libpng/archive/v1.6.37 .zip" ,
72+ "https://mirror.bazel.build/github.com/pnggroup /libpng/archive/v1.6.44 .zip" ,
73+ "https://github.com/pnggroup /libpng/archive/refs/tags/ v1.6.44 .zip" ,
6774 ],
6875)
6976
7077http_archive (
7178 name = "zlib_archive" ,
7279 build_file = "@//bazel:zlib.BUILD" ,
73- sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1 " ,
74- strip_prefix = "zlib-1.2.11 " ,
80+ sha256 = "9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23 " ,
81+ strip_prefix = "zlib-1.3.1 " ,
7582 urls = [
76- "https://mirror.bazel.build/zlib.net/zlib-1.2.11 .tar.gz" ,
77- "https://zlib.net/zlib-1.2.11 .tar.gz" ,
83+ "https://mirror.bazel.build/zlib.net/zlib-1.3.1 .tar.gz" ,
84+ "https://zlib.net/zlib-1.3.1 .tar.gz" ,
7885 ],
7986)
8087
@@ -92,54 +99,57 @@ http_archive(
9299http_archive (
93100 name = "lua5_2_archive" ,
94101 build_file = "@//bazel:lua5_2.BUILD" ,
102+ sha256 = "b9e2e4aad6789b3b63a056d442f7b39f0ecfca3ae0f1fc0ae4e9614401b69f4b" ,
95103 strip_prefix = "lua-5.2.4/src" ,
96104 urls = [
97105 "https://mirror.bazel.build/www.lua.org/ftp/lua-5.2.4.tar.gz" ,
98106 "https://www.lua.org/ftp/lua-5.2.4.tar.gz" ,
99107 ],
100108)
101109
102- LJ_VER = "f0ff869bc2fffa17bb765c4c773457578da125a9"
103-
104110http_archive (
105111 name = "luajit_archive" ,
106112 build_file = "@//bazel:luajit.BUILD" ,
107- strip_prefix = "LuaJIT-{}" .format (LJ_VER ),
108- urls = ["https://github.com/LuaJIT/LuaJIT/archive/{}.tar.gz" .format (LJ_VER )],
113+ sha256 = "4af5d94608a7ab72c9a7f72833a9222a7e0a298255e058902c4a59012c53bbfc" ,
114+ strip_prefix = "LuaJIT-f0ff869bc2fffa17bb765c4c773457578da125a9" ,
115+ urls = ["https://github.com/LuaJIT/LuaJIT/archive/f0ff869bc2fffa17bb765c4c773457578da125a9.tar.gz" ],
109116)
110117
111118http_archive (
112119 name = "dm_env_archive" ,
113120 build_file = "@//bazel:dm_env.BUILD" ,
114- strip_prefix = "dm_env-3c6844db2aa4ed5994b2c45dbfd9f31ad948fbb8" ,
115- urls = ["https://github.com/deepmind/dm_env/archive/3c6844db2aa4ed5994b2c45dbfd9f31ad948fbb8.zip" ],
121+ sha256 = "ed832e301bfddb6e98812567ee0217f6016c862357a0af2a94088ac6e6224af6" ,
122+ strip_prefix = "dm_env-ea2a17bed7a60c82f637891c53f3a37f70d91486" ,
123+ urls = ["https://github.com/deepmind/dm_env/archive/ea2a17bed7a60c82f637891c53f3a37f70d91486.zip" ],
116124)
117125
118126http_archive (
119127 name = "tree_archive" ,
120128 build_file = "@//bazel:tree.BUILD" ,
121- strip_prefix = "tree-master" ,
122- urls = ["https://github.com/deepmind/tree/archive/master.zip" ],
129+ sha256 = "407606263ee3f049da5c49071522cf5d37142c2de04ba52c9d599da948f4ee08" ,
130+ strip_prefix = "tree-0.1.8" ,
131+ urls = ["https://github.com/google-deepmind/tree/archive/refs/tags/0.1.8.zip" ],
123132)
124133
125134http_archive (
126135 name = "pybind11_archive" ,
127136 build_file = "@//bazel:pybind11.BUILD" ,
128- strip_prefix = "pybind11-master" ,
129- urls = ["https://github.com/pybind/pybind11/archive/master.zip" ],
137+ sha256 = "d0a116e91f64a4a2d8fb7590c34242df92258a61ec644b79127951e821b47be6" ,
138+ strip_prefix = "pybind11-2.13.6" ,
139+ urls = ["https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6.zip" ],
130140)
131141
132142http_archive (
133143 name = "build_bazel_apple_support" ,
134- sha256 = "9f7bb62c3ae889e0eae8c18458fd8764e2e537687d9a1d85885d6af980e4fc31 " ,
135- url = "https://github.com/bazelbuild/apple_support/releases/download/1.6.0 /apple_support.1.6.0 .tar.gz" ,
144+ sha256 = "b53f6491e742549f13866628ddffcc75d1f3b2d6987dc4f14a16b242113c890b " ,
145+ urls = [ "https://github.com/bazelbuild/apple_support/releases/download/1.17.1 /apple_support.1.17.1 .tar.gz" ] ,
136146)
137147
138148load ("@build_bazel_apple_support//lib:repositories.bzl" , "apple_support_dependencies" )
139149
140150apple_support_dependencies ()
141151
142- load ("@rules_python//python:repositories.bzl" , "py_repositories" , "python_register_toolchains" )
152+ load ("@rules_python//python:repositories.bzl" , "py_repositories" )
143153
144154py_repositories ()
145155
0 commit comments