Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9d5fb56

Browse files
authoredNov 27, 2024··
Update dependency io_bazel_stardoc to v0.7.2
1 parent 7b4e8d4 commit 9d5fb56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1313

1414
http_archive(
1515
name = "io_bazel_stardoc",
16-
sha256 = "62bd2e60216b7a6fec3ac79341aa201e0956477e7c8f6ccc286f279ad1d96432",
16+
sha256 = "0e1ed4a98f26e718776bd64d053d02bb34d98572ccd03d6ba355112a1205706b",
1717
urls = [
18-
"https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.6.2/stardoc-0.6.2.tar.gz",
19-
"https://github.com/bazelbuild/stardoc/releases/download/0.6.2/stardoc-0.6.2.tar.gz",
18+
"https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.7.2/stardoc-0.7.2.tar.gz",
19+
"https://github.com/bazelbuild/stardoc/releases/download/0.7.2/stardoc-0.7.2.tar.gz",
2020
],
2121
)
2222

0 commit comments

Comments
 (0)
Please sign in to comment.