From f3c95817b6b05719f94ce254ae8710a410f8bfec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 19:32:16 +0000 Subject: [PATCH] chore(deps): update com_grail_bazel_toolchain digest to 42a2a59 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 7fd80eb..24fb665 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 = "cbb008d74e65bc70a8037bba933aee9dbab06e5319be6f9fabb905392f85bd4c", + strip_prefix = "bazel-toolchain-42a2a59ad41f624122732c41899a87d9868940d2", + url = "https://github.com/grailbio/bazel-toolchain/archive/42a2a59ad41f624122732c41899a87d9868940d2.zip", ) load("@com_grail_bazel_toolchain//toolchain:deps.bzl", "bazel_toolchain_dependencies")