Skip to content

Commit a118cdd

Browse files
chore(deps): update bazel c++ tooling repositories
1 parent 5dfe867 commit a118cdd

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
@@ -2,9 +2,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
22

33
http_archive(
44
name = "hedron_compile_commands",
5-
sha256 = "ed5aea1dc87856aa2029cb6940a51511557c5cac3dbbcb05a4abd989862c36b4",
6-
strip_prefix = "bazel-compile-commands-extractor-e16062717d9b098c3c2ac95717d2b3e661c50608",
7-
url = "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/e16062717d9b098c3c2ac95717d2b3e661c50608.tar.gz",
5+
sha256 = "f03ed383f1093b5960b37648c4fc5ae2b3d98050509bc2e11719afc8b1fd3b3a",
6+
strip_prefix = "bazel-compile-commands-extractor-ac6411f8f347e5525038cb7858db4969db9e74f2",
7+
url = "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/ac6411f8f347e5525038cb7858db4969db9e74f2.tar.gz",
88
)
99

1010
load("@hedron_compile_commands//:workspace_setup.bzl", "hedron_compile_commands_setup")
@@ -13,9 +13,9 @@ hedron_compile_commands_setup()
1313

1414
http_archive(
1515
name = "com_grail_bazel_toolchain",
16-
sha256 = "8c44231d2c20bc27734e2015f19b9dac1a21c4183f5c634ae6bed341c6eae5ae",
17-
strip_prefix = "bazel-toolchain-27335614e4a54e06b595de093f47bebf5973c507",
18-
url = "https://github.com/grailbio/bazel-toolchain/archive/27335614e4a54e06b595de093f47bebf5973c507.zip",
16+
sha256 = "73aebd23fdb895eb9039fbc175000dafa46b10e08881376f8f691c9b21e1e6e6",
17+
strip_prefix = "bazel-toolchain-1e5f3c632e79b9f641324a214e4decf8402a3a0d",
18+
url = "https://github.com/grailbio/bazel-toolchain/archive/1e5f3c632e79b9f641324a214e4decf8402a3a0d.zip",
1919
)
2020

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

0 commit comments

Comments
 (0)