Skip to content

Commit ab8f1d9

Browse files
chore(deps): update dependency io_bazel_stardoc to v0.6.2
1 parent 6430f82 commit ab8f1d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ def internal_dependencies():
2525
maybe(
2626
http_archive,
2727
name = "io_bazel_stardoc",
28-
sha256 = "dfbc364aaec143df5e6c52faf1f1166775a5b4408243f445f44b661cfdc3134f",
28+
sha256 = "62bd2e60216b7a6fec3ac79341aa201e0956477e7c8f6ccc286f279ad1d96432",
2929
urls = [
30-
"https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.5.6/stardoc-0.5.6.tar.gz",
31-
"https://github.com/bazelbuild/stardoc/releases/download/0.5.6/stardoc-0.5.6.tar.gz",
30+
"https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.6.2/stardoc-0.6.2.tar.gz",
31+
"https://github.com/bazelbuild/stardoc/releases/download/0.6.2/stardoc-0.6.2.tar.gz",
3232
],
3333
)
3434

0 commit comments

Comments
 (0)