From ab2a77eea63d62a0e7aa9530dba911d25aab5af2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 22:52:46 +0000 Subject: [PATCH] chore(deps): update com_grail_bazel_toolchain digest to 1cd9e36 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 7fd80eb..89e372a 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 = "e58884e0d1c148a9f3a2fcfd659fb010a23b546e1769fe166d555b063a10aa86", + strip_prefix = "bazel-toolchain-1cd9e36e498983f061aa239e18043cfd26c7ac28", + url = "https://github.com/grailbio/bazel-toolchain/archive/1cd9e36e498983f061aa239e18043cfd26c7ac28.zip", ) load("@com_grail_bazel_toolchain//toolchain:deps.bzl", "bazel_toolchain_dependencies")