From 6890afe45445b4e76975376624f9ea85cbd07ac3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:26:56 +0000 Subject: [PATCH] chore(deps): update com_grail_bazel_toolchain digest to 0d302de --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index f31af19..b6fa726 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -15,9 +15,9 @@ hedron_compile_commands_setup() http_archive( name = "com_grail_bazel_toolchain", - sha256 = "2db3970d6ba1b9bf4cff4fdab3bf0c13be30bd29a81031dbfd22a060183379a1", - strip_prefix = "bazel-toolchain-756b3dbe9582503e0f671188a5aa4dec3b9710bf", - url = "https://github.com/grailbio/bazel-toolchain/archive/756b3dbe9582503e0f671188a5aa4dec3b9710bf.zip", + sha256 = "670caaefc77a752a8bbd701dfef2207e41efb36c381e99f851c99785651aff81", + strip_prefix = "bazel-toolchain-0d302de75f6ace071ac616fb274481eedcc20e5a", + url = "https://github.com/grailbio/bazel-toolchain/archive/0d302de75f6ace071ac616fb274481eedcc20e5a.zip", ) load("@com_grail_bazel_toolchain//toolchain:deps.bzl", "bazel_toolchain_dependencies")