We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98729a commit 9f97cfbCopy full SHA for 9f97cfb
1 file changed
internal_deps.bzl
@@ -66,9 +66,9 @@ def toolchain_chromium_internal_deps():
66
maybe(
67
http_archive,
68
name = "io_bazel_stardoc",
69
- sha256 = "c9794dcc8026a30ff67cf7cf91ebe245ca294b20b071845d12c192afe243ad72",
+ sha256 = "4441a965c97f8364c8eb901f951ca9a15c6e2c29ee0f10b56bf8b563463752ea",
70
urls = [
71
- "https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.5.0/stardoc-0.5.0.tar.gz",
72
- "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.6.0/stardoc-0.6.0.tar.gz",
+ "https://github.com/bazelbuild/stardoc/releases/download/0.6.0/stardoc-0.6.0.tar.gz",
73
],
74
)
0 commit comments