Skip to content

Commit 963b436

Browse files
Update dependency io_bazel_stardoc to v0.6.1
1 parent d98729a commit 963b436

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

internal_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ def toolchain_chromium_internal_deps():
6666
maybe(
6767
http_archive,
6868
name = "io_bazel_stardoc",
69-
sha256 = "c9794dcc8026a30ff67cf7cf91ebe245ca294b20b071845d12c192afe243ad72",
69+
sha256 = "3082a199f39e1fd9ed608421516fdbe9e9af8eb34f52e46e9a8c4798c8e6bfad",
7070
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",
71+
"https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.6.1/stardoc-0.6.1.tar.gz",
72+
"https://github.com/bazelbuild/stardoc/releases/download/0.6.1/stardoc-0.6.1.tar.gz",
7373
],
7474
)

0 commit comments

Comments
 (0)