File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
17
17
# Details: https://github.com/google-ml-infra/rules_ml_toolchain
18
18
http_archive (
19
19
name = "rules_ml_toolchain" ,
20
- sha256 = "d5aef14096f367bae6f2deb5946a31892b06badd660f8c30f6565a0f9a99185f " ,
21
- strip_prefix = "rules_ml_toolchain-18ba88facf7f0d7203adbaccb982315936b1ac7a " ,
20
+ sha256 = "69a49028d9abea629f959a553df4e82fb208325411b8291a31631a7e7187951c " ,
21
+ strip_prefix = "rules_ml_toolchain-50a9847d5fdbca9d8c0351f5a879bfabd6598ad7 " ,
22
22
urls = [
23
- "https://github.com/google-ml-infra/rules_ml_toolchain/archive/18ba88facf7f0d7203adbaccb982315936b1ac7a .tar.gz" ,
23
+ "https://github.com/google-ml-infra/rules_ml_toolchain/archive/50a9847d5fdbca9d8c0351f5a879bfabd6598ad7 .tar.gz" ,
24
24
],
25
25
)
26
26
You can’t perform that action at this time.
0 commit comments