From dd9176922d18b0fd5a1781604ff33053abe0ec36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 11:20:41 +0000 Subject: [PATCH] chore(deps): update com_grail_bazel_toolchain digest to 9d8cc8a (#105) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index ecd4df6..0c1cbac 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -25,9 +25,9 @@ hedron_compile_commands_setup() http_archive( name = "com_grail_bazel_toolchain", - sha256 = "5fb0a6ae0f5bc72a7d80e6de0edad906c9936729734009f1c01dac4b06f966e0", - strip_prefix = "bazel-toolchain-f94335f1f5434256b1793dafbb7dd07773b0e76e", - url = "https://github.com/grailbio/bazel-toolchain/archive/f94335f1f5434256b1793dafbb7dd07773b0e76e.zip", + sha256 = "4a7bcc50ac3acb1cc546e82a8ca143c6d027fe329003b459a48c05ed556e5546", + strip_prefix = "bazel-toolchain-9d8cc8a49842d770b9812b8feed1857a6e27a0b2", + url = "https://github.com/grailbio/bazel-toolchain/archive/9d8cc8a49842d770b9812b8feed1857a6e27a0b2.zip", ) load("@com_grail_bazel_toolchain//toolchain:deps.bzl", "bazel_toolchain_dependencies")