From 68901e08f1e1f790e171594e60fcb3487b0f04b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 10:33:23 +0000 Subject: [PATCH] chore(deps): update com_grail_bazel_toolchain digest to 0a9feb7 --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 04052f1..5bd1623 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -15,9 +15,9 @@ hedron_compile_commands_setup() http_archive( name = "com_grail_bazel_toolchain", - sha256 = "aae35819d7fad92047f7ffcc3e7d0c360b6f35b893ff51f74b21f13434528d2c", - strip_prefix = "bazel-toolchain-42fa12b88d85404d29434c43a3a0400c1221a70e", - url = "https://github.com/grailbio/bazel-toolchain/archive/42fa12b88d85404d29434c43a3a0400c1221a70e.zip", + sha256 = "24494cf1fa417234a856cf1b0e867a0178509ffebf85c6848a1072e70290484d", + strip_prefix = "bazel-toolchain-0a9feb723796f6eb9e9947ccffa629964ec4680f", + url = "https://github.com/grailbio/bazel-toolchain/archive/0a9feb723796f6eb9e9947ccffa629964ec4680f.zip", ) load("@com_grail_bazel_toolchain//toolchain:deps.bzl", "bazel_toolchain_dependencies")