We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d023c4b commit 70a8c93Copy full SHA for 70a8c93
internal.bzl
@@ -25,10 +25,10 @@ def internal_dependencies():
25
maybe(
26
http_archive,
27
name = "io_bazel_stardoc",
28
- sha256 = "3fd8fec4ddec3c670bd810904e2e33170bedfe12f90adf943508184be458c8bb",
+ sha256 = "dfbc364aaec143df5e6c52faf1f1166775a5b4408243f445f44b661cfdc3134f",
29
urls = [
30
- "https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.5.3/stardoc-0.5.3.tar.gz",
31
- "https://github.com/bazelbuild/stardoc/releases/download/0.5.3/stardoc-0.5.3.tar.gz",
+ "https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.5.6/stardoc-0.5.6.tar.gz",
+ "https://github.com/bazelbuild/stardoc/releases/download/0.5.6/stardoc-0.5.6.tar.gz",
32
],
33
)
34
0 commit comments