From 4eeacf7344e206acf4a6d1e60a7f074ef72f941a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 22:52:23 +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..8725cfb 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 = "3cf25401af555309cb6b3f4cc5aad6ae131e34313b82dda0df927626c55b8c46", + strip_prefix = "bazel-toolchain-214fc1cc5d9010fafeaa16a67059caefb1c338aa", + url = "https://github.com/grailbio/bazel-toolchain/archive/214fc1cc5d9010fafeaa16a67059caefb1c338aa.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 = "dc2043ba4474d2b423c1b1f8e38e31ddfd0f6703976222c72f3482ea90740678", + strip_prefix = "bazel-compile-commands-extractor-4a18bd0dbb70a1a8ec7c83f2b43d5d7674cd3d2a", + url = "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/4a18bd0dbb70a1a8ec7c83f2b43d5d7674cd3d2a.tar.gz", ) load("@hedron_compile_commands//:workspace_setup.bzl", "hedron_compile_commands_setup")