From 0d49c9a70b08070e1e42111057571e4a71e2a2b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 20:51:03 +0000 Subject: [PATCH] Update com_grail_bazel_toolchain digest to b148243 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 4ca1d78..5bc2629 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 = "4f7782654b12e6b0231a98c98bae546d7c7c3156dde5792581dcf6e50e5cbca8", - strip_prefix = "bazel-toolchain-f14a8a5de8f7e98a011a52163d4855572c07a1a3", - url = "https://github.com/grailbio/bazel-toolchain/archive/f14a8a5de8f7e98a011a52163d4855572c07a1a3.zip", + sha256 = "282322bae2fdea6173caa6c1a5824c10b9b2b87a1b6ef3d3a7120ff2747b8058", + strip_prefix = "bazel-toolchain-b148243daca2060e4e0bb2e02d3d6cc1fded7254", + url = "https://github.com/grailbio/bazel-toolchain/archive/b148243daca2060e4e0bb2e02d3d6cc1fded7254.zip", ) load("@com_grail_bazel_toolchain//toolchain:deps.bzl", "bazel_toolchain_dependencies")