From 1835feba333733480d811f9ee8aeed9b2cfbb5d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 10:26:18 +0000 Subject: [PATCH] chore(deps): update com_grail_bazel_toolchain digest to ceeedcc (#17) 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 857d752..fdb9c55 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -89,9 +89,9 @@ hedron_compile_commands_setup() http_archive( name = "com_grail_bazel_toolchain", - sha256 = "307e32d3cd80ed96245270350cef833b72116ec8d5241487152e517c622256ce", - strip_prefix = "bazel-toolchain-b397ad28f7927aed01e09922e6ecc4b9244ddc9e", - url = "https://github.com/grailbio/bazel-toolchain/archive/b397ad28f7927aed01e09922e6ecc4b9244ddc9e.zip", + sha256 = "51f4baa3bad0fd7ad3a20a12462549b6a2dc329db32226a513d4c648724bb24c", + strip_prefix = "bazel-toolchain-ceeedcc4464322e05fe5b8df3749cc02273ee083", + url = "https://github.com/grailbio/bazel-toolchain/archive/ceeedcc4464322e05fe5b8df3749cc02273ee083.zip", ) load("@com_grail_bazel_toolchain//toolchain:deps.bzl", "bazel_toolchain_dependencies")