We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52212f8 commit 84e07faCopy full SHA for 84e07fa
1 file changed
internal_deps.bzl
@@ -45,10 +45,10 @@ def rules_dart_internal_deps():
45
46
http_archive(
47
name = "io_bazel_stardoc",
48
- sha256 = "dfbc364aaec143df5e6c52faf1f1166775a5b4408243f445f44b661cfdc3134f",
+ sha256 = "3082a199f39e1fd9ed608421516fdbe9e9af8eb34f52e46e9a8c4798c8e6bfad",
49
urls = [
50
- "https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.5.6/stardoc-0.5.6.tar.gz",
51
- "https://github.com/bazelbuild/stardoc/releases/download/0.5.6/stardoc-0.5.6.tar.gz",
+ "https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.6.1/stardoc-0.6.1.tar.gz",
+ "https://github.com/bazelbuild/stardoc/releases/download/0.6.1/stardoc-0.6.1.tar.gz",
52
],
53
)
54
0 commit comments