Skip to content

Commit dcac7b8

Browse files
chore(deps): update bazel c++ tooling repositories (#117)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b51b06 commit dcac7b8

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

55
http_archive(
66
name = "hedron_compile_commands",
7-
sha256 = "c9d37bee9bc7c793824845e675890bd8575d67f61c9ff9dca424c8b9dc103c73",
8-
strip_prefix = "bazel-compile-commands-extractor-f56c9e944474fc3a6aade106ff44a372ab8c84d2",
9-
url = "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/f56c9e944474fc3a6aade106ff44a372ab8c84d2.tar.gz",
7+
sha256 = "00c166cba8333e80c89f2abd59be790c2ebff41365a82b19ef8ab4968675150f",
8+
strip_prefix = "bazel-compile-commands-extractor-4689147cf4b1c2d507fd8bbb8eb748a7bbaad4ef",
9+
url = "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/4689147cf4b1c2d507fd8bbb8eb748a7bbaad4ef.tar.gz",
1010
)
1111

1212
load("@hedron_compile_commands//:workspace_setup.bzl", "hedron_compile_commands_setup")
@@ -15,9 +15,9 @@ hedron_compile_commands_setup()
1515

1616
http_archive(
1717
name = "com_grail_bazel_toolchain",
18-
sha256 = "65b41fbf596a99f0a4858ae1c2140df7a8330f671981584690a78e4d3fc186a4",
19-
strip_prefix = "bazel-toolchain-fa52fee20099804ab2d44ca9ccdbb8e3b1846d3b",
20-
url = "https://github.com/grailbio/bazel-toolchain/archive/fa52fee20099804ab2d44ca9ccdbb8e3b1846d3b.zip",
18+
sha256 = "27a783c71bd6bfa7fdf774bf3bc39e228c131237add40ebf0f044ac5f9167f6e",
19+
strip_prefix = "bazel-toolchain-96b5eee584450963408be7c33b695ae457ad93e8",
20+
url = "https://github.com/grailbio/bazel-toolchain/archive/96b5eee584450963408be7c33b695ae457ad93e8.zip",
2121
)
2222

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

0 commit comments

Comments
 (0)