File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -128,9 +128,9 @@ protobuf_deps()
128128
129129http_archive (
130130 name = "com_github_bazelbuild_buildtools" ,
131- sha256 = "0063f317e135481783f3dc14c82bc15e0bf873c5e9aeece63b4f94d151aeb09f " ,
132- strip_prefix = "buildtools-8.0.2 " ,
133- urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.2 .tar.gz" ],
131+ sha256 = "573345c2039889a4001b9933a7ebde8dcaf910c47787993aecccebc3117a4425 " ,
132+ strip_prefix = "buildtools-8.0.3 " ,
133+ urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.3 .tar.gz" ],
134134)
135135
136136load ("@com_github_bazelbuild_buildtools//buildifier:deps.bzl" , "buildifier_dependencies" )
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ def _non_module_deps_impl(
88 # TODO(bazelbuild/buildtools#1204): Remove when available as module.
99 http_archive (
1010 name = "com_github_bazelbuild_buildtools" ,
11- sha256 = "0063f317e135481783f3dc14c82bc15e0bf873c5e9aeece63b4f94d151aeb09f " ,
12- strip_prefix = "buildtools-8.0.2 " ,
13- urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.2 .tar.gz" ],
11+ sha256 = "573345c2039889a4001b9933a7ebde8dcaf910c47787993aecccebc3117a4425 " ,
12+ strip_prefix = "buildtools-8.0.3 " ,
13+ urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.3 .tar.gz" ],
1414 )
1515
1616non_module_deps = module_extension (
You can’t perform that action at this time.
0 commit comments