From 683b7a7706eec0bb3b91c6124b41ff03dd67ca6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 09:11:09 +0000 Subject: [PATCH] chore(deps): update com_grail_bazel_toolchain digest to 42fa12b (#67) 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 6fcc134..954e539 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -40,9 +40,9 @@ hedron_compile_commands_setup() http_archive( name = "com_grail_bazel_toolchain", - sha256 = "038714c166a54d5b630a0dcfb8e0cbc2840616dafac15f227eb36a047a7c9a22", - strip_prefix = "bazel-toolchain-a76d197a47ad7dbfc9374ccd5691cb4ebd985607", - url = "https://github.com/grailbio/bazel-toolchain/archive/a76d197a47ad7dbfc9374ccd5691cb4ebd985607.zip", + sha256 = "aae35819d7fad92047f7ffcc3e7d0c360b6f35b893ff51f74b21f13434528d2c", + strip_prefix = "bazel-toolchain-42fa12b88d85404d29434c43a3a0400c1221a70e", + url = "https://github.com/grailbio/bazel-toolchain/archive/42fa12b88d85404d29434c43a3a0400c1221a70e.zip", ) load("@com_grail_bazel_toolchain//toolchain:deps.bzl", "bazel_toolchain_dependencies")