Skip to content

Commit f2767f4

Browse files
Update github.com/grailbio/bazel-toolchain. Fixes #8072 (#8839)
1 parent 71f53d9 commit f2767f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ http_archive(
1515

1616
http_archive(
1717
name = "com_grail_bazel_toolchain",
18-
sha256 = "b924b102adc0c3368d38a19bd971cb4fa75362a27bc363d0084b90ca6877d3f0",
19-
strip_prefix = "bazel-toolchain-0.5.7",
20-
urls = ["https://github.com/grailbio/bazel-toolchain/archive/0.5.7.tar.gz"],
18+
sha256 = "040b9d00b8a03e8a28e38159ad0f2d0e0de625d93f453a9f226971a8c47e757b",
19+
strip_prefix = "bazel-toolchain-5f82830f9d6a1941c3eb29683c1864ccf2862454",
20+
urls = ["https://github.com/grailbio/bazel-toolchain/archive/5f82830f9d6a1941c3eb29683c1864ccf2862454.tar.gz"],
2121
)
2222

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

0 commit comments

Comments
 (0)