Skip to content

Commit a58935a

Browse files
authored
Update stardoc to 0.5.3 (#3427)
1 parent c2ea643 commit a58935a

File tree

3 files changed

+43
-43
lines changed

3 files changed

+43
-43
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ local_repository(
154154
# so we declare it in the WORKSPACE
155155
http_archive(
156156
name = "io_bazel_stardoc",
157-
sha256 = "c9794dcc8026a30ff67cf7cf91ebe245ca294b20b071845d12c192afe243ad72",
157+
sha256 = "3fd8fec4ddec3c670bd810904e2e33170bedfe12f90adf943508184be458c8bb",
158158
urls = [
159-
"https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.5.0/stardoc-0.5.0.tar.gz",
160-
"https://github.com/bazelbuild/stardoc/releases/download/0.5.0/stardoc-0.5.0.tar.gz",
159+
"https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.5.3/stardoc-0.5.3.tar.gz",
160+
"https://github.com/bazelbuild/stardoc/releases/download/0.5.3/stardoc-0.5.3.tar.gz",
161161
],
162162
)
163163

0 commit comments

Comments
 (0)