From 720e3681f345d4045cc4b215b6c6bb5cde2d0812 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 09:47:47 +0000 Subject: [PATCH] chore(deps): update com_grail_bazel_toolchain digest to 91abcad --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index d9f30a2..9ab0cbc 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -13,9 +13,9 @@ hedron_compile_commands_setup() http_archive( name = "com_grail_bazel_toolchain", - sha256 = "8c44231d2c20bc27734e2015f19b9dac1a21c4183f5c634ae6bed341c6eae5ae", - strip_prefix = "bazel-toolchain-27335614e4a54e06b595de093f47bebf5973c507", - url = "https://github.com/grailbio/bazel-toolchain/archive/27335614e4a54e06b595de093f47bebf5973c507.zip", + sha256 = "02bc1a9419d52196b7c715d20292f04ab8a6970652c10143dcffd10d77f84498", + strip_prefix = "bazel-toolchain-91abcad9e44ea47cff7b95962b7b62fc2e885dc5", + url = "https://github.com/grailbio/bazel-toolchain/archive/91abcad9e44ea47cff7b95962b7b62fc2e885dc5.zip", ) load("@com_grail_bazel_toolchain//toolchain:deps.bzl", "bazel_toolchain_dependencies")