Skip to content

Commit f3c3590

Browse files
chore(deps): update com_grail_bazel_toolchain digest to ade23e0 (#217)
[![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 | `7500623` -> `ade23e0` | --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6c1a752 commit f3c3590

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ hedron_compile_commands_setup()
1313

1414
http_archive(
1515
name = "com_grail_bazel_toolchain",
16-
sha256 = "58161feb70962377104ee7b2faeb53b835890884d9a3e0f042c7ae900efa5d24",
17-
strip_prefix = "bazel-toolchain-7500623e00c62cd5e6f07b8569a3598daa05cf8c",
18-
url = "https://github.com/grailbio/bazel-toolchain/archive/7500623e00c62cd5e6f07b8569a3598daa05cf8c.zip",
16+
sha256 = "afe9154ad85f0c0eb1f68b6036ad4e415ecf938b5e2bc17e4a76707452b48222",
17+
strip_prefix = "bazel-toolchain-ade23e0e37c5308162c012a4f4224459c1c4fa22",
18+
url = "https://github.com/grailbio/bazel-toolchain/archive/ade23e0e37c5308162c012a4f4224459c1c4fa22.zip",
1919
)
2020

2121
load("@com_grail_bazel_toolchain//toolchain:deps.bzl", "bazel_toolchain_dependencies")

0 commit comments

Comments
 (0)