From 755034ef884b0b7ada286b3f19aa6f7e61ffc1c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 09:33:59 +0000 Subject: [PATCH] chore(deps): update com_grail_bazel_toolchain digest to 91abcad (#205) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | com_grail_bazel_toolchain | http_archive | digest | `2733561` -> `91abcad` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the logs for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "after 1am and before 7am" in timezone America/Vancouver, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ecsact-dev/ecsact_runtime). 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 d9f30a23..9ab0cbc7 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")