chore(deps): update dependency io_bazel_stardoc to v0.5.1

This commit is contained in:
Renovate Bot 2022-06-10 20:01:18 +00:00 committed by Alex Eagle
parent 12db1f32f9
commit fdbbc80fd7
1 changed files with 3 additions and 3 deletions

View File

@ -60,10 +60,10 @@ def bazel_lib_internal_deps():
if not native.existing_rule("io_bazel_stardoc"):
http_archive(
name = "io_bazel_stardoc",
sha256 = "c9794dcc8026a30ff67cf7cf91ebe245ca294b20b071845d12c192afe243ad72",
sha256 = "aa814dae0ac400bbab2e8881f9915c6f47c49664bf087c409a15f90438d2c23e",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.5.0/stardoc-0.5.0.tar.gz",
"https://github.com/bazelbuild/stardoc/releases/download/0.5.0/stardoc-0.5.0.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.5.1/stardoc-0.5.1.tar.gz",
"https://github.com/bazelbuild/stardoc/releases/download/0.5.1/stardoc-0.5.1.tar.gz",
],
)