55load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
66load ("@bazel_tools//tools/build_defs/repo:utils.bzl" , "maybe" )
77
8- SKYLIB_VERSION = "1.3.0 "
8+ SKYLIB_VERSION = "1.7.1 "
99
1010http_archive (
1111 name = "bazel_skylib" ,
12- sha256 = "74d544d96f4a5bb630d465ca8bbcfe231e3594e5aae57e1edbf17a6eb3ca2506 " ,
12+ sha256 = "bc283cdfcd526a52c3201279cda4bc298652efa898b10b4db0837dc51652756f " ,
1313 urls = [
1414 "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/{version}/bazel-skylib-{version}.tar.gz" .format (version = SKYLIB_VERSION ),
1515 "https://github.com/bazelbuild/bazel-skylib/releases/download/{version}/bazel-skylib-{version}.tar.gz" .format (version = SKYLIB_VERSION ),
@@ -18,9 +18,9 @@ http_archive(
1818
1919http_archive (
2020 name = "rules_cc" ,
21- urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.17/rules_cc-0.0.17.tar.gz" ],
2221 sha256 = "abc605dd850f813bb37004b77db20106a19311a96b2da1c92b789da529d28fe1" ,
2322 strip_prefix = "rules_cc-0.0.17" ,
23+ urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.17/rules_cc-0.0.17.tar.gz" ],
2424)
2525
2626new_local_repository (
@@ -158,9 +158,9 @@ maybe(
158158maybe (
159159 http_archive ,
160160 name = "robin_map" ,
161- strip_prefix = "robin-map-1.3.0" ,
162- sha256 = "a8424ad3b0affd4c57ed26f0f3d8a29604f0e1f2ef2089f497f614b1c94c7236" ,
163161 build_file = "@llvm-raw//utils/bazel/third_party_build:robin_map.BUILD" ,
162+ sha256 = "a8424ad3b0affd4c57ed26f0f3d8a29604f0e1f2ef2089f497f614b1c94c7236" ,
163+ strip_prefix = "robin-map-1.3.0" ,
164164 url = "https://github.com/Tessil/robin-map/archive/refs/tags/v1.3.0.tar.gz" ,
165165)
166166
0 commit comments