Skip to content

Commit 42a1105

Browse files
committed
chore(deps): update bazel c++ tooling repositories
1 parent 6353b04 commit 42a1105

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

WORKSPACE.bazel

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ http_archive(
213213

214214
http_archive(
215215
name = "hedron_compile_commands",
216-
sha256 = "2b713a6c5f465ece6a0158b5240fe552b5dc327190b02325b70d3c61273f8fdb",
217-
strip_prefix = "bazel-compile-commands-extractor-f8f61a3878950f78f76a47b8a75d960ae43c4ef4",
218-
url = "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/f8f61a3878950f78f76a47b8a75d960ae43c4ef4.tar.gz",
216+
sha256 = "c00e0ba4aa7cb480849861333b4f9f9b2ceca997052f6129eec9778b90ee7700",
217+
strip_prefix = "bazel-compile-commands-extractor-7831ea1a9e183a0b23206f7f56726e313ddac5c1",
218+
url = "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/7831ea1a9e183a0b23206f7f56726e313ddac5c1.tar.gz",
219219
)
220220

221221
load("@hedron_compile_commands//:workspace_setup.bzl", "hedron_compile_commands_setup")
@@ -224,9 +224,9 @@ hedron_compile_commands_setup()
224224

225225
http_archive(
226226
name = "com_grail_bazel_toolchain",
227-
sha256 = "3cf5ac4bb7dae3776da586fe85685274f5d89cbb59436f50f572928354e72198",
228-
strip_prefix = "bazel-toolchain-70a0fb556662fe3cadb07da32c91e232eb0d883d",
229-
url = "https://github.com/grailbio/bazel-toolchain/archive/70a0fb556662fe3cadb07da32c91e232eb0d883d.zip",
227+
sha256 = "097cf7d9daf007b93cf78c498cdd0e5e0dc11dc8277607feae9e40736aa04fa3",
228+
strip_prefix = "bazel-toolchain-84c5a259691e7eb9a416675a0ecd6f7ac7cd9ecc",
229+
url = "https://github.com/grailbio/bazel-toolchain/archive/84c5a259691e7eb9a416675a0ecd6f7ac7cd9ecc.zip",
230230
)
231231

232232
load("@com_grail_bazel_toolchain//toolchain:deps.bzl", "bazel_toolchain_dependencies")

0 commit comments

Comments
 (0)