From abe8374fdd473f2f0b691374fdba798db695d12a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 16:29:38 +0000 Subject: [PATCH] chore(deps): update bazel c++ tooling repositories --- WORKSPACE | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 7fd80eb..550f63c 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -4,9 +4,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "com_grail_bazel_toolchain", - sha256 = "51f4baa3bad0fd7ad3a20a12462549b6a2dc329db32226a513d4c648724bb24c", - strip_prefix = "bazel-toolchain-ceeedcc4464322e05fe5b8df3749cc02273ee083", - url = "https://github.com/grailbio/bazel-toolchain/archive/ceeedcc4464322e05fe5b8df3749cc02273ee083.zip", + sha256 = "27a783c71bd6bfa7fdf774bf3bc39e228c131237add40ebf0f044ac5f9167f6e", + strip_prefix = "bazel-toolchain-96b5eee584450963408be7c33b695ae457ad93e8", + url = "https://github.com/grailbio/bazel-toolchain/archive/96b5eee584450963408be7c33b695ae457ad93e8.zip", ) load("@com_grail_bazel_toolchain//toolchain:deps.bzl", "bazel_toolchain_dependencies") @@ -36,9 +36,9 @@ ecsact_rtb_workspace() http_archive( name = "hedron_compile_commands", - sha256 = "3cd0e49f0f4a6d406c1d74b53b7616f5e24f5fd319eafc1bf8eee6e14124d115", - strip_prefix = "bazel-compile-commands-extractor-3dddf205a1f5cde20faf2444c1757abe0564ff4c", - url = "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/3dddf205a1f5cde20faf2444c1757abe0564ff4c.tar.gz", + sha256 = "c9d37bee9bc7c793824845e675890bd8575d67f61c9ff9dca424c8b9dc103c73", + strip_prefix = "bazel-compile-commands-extractor-f56c9e944474fc3a6aade106ff44a372ab8c84d2", + url = "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/f56c9e944474fc3a6aade106ff44a372ab8c84d2.tar.gz", ) load("@hedron_compile_commands//:workspace_setup.bzl", "hedron_compile_commands_setup")