File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
13
13
14
14
http_archive (
15
15
name = "io_bazel_stardoc" ,
16
- sha256 = "62bd2e60216b7a6fec3ac79341aa201e0956477e7c8f6ccc286f279ad1d96432 " ,
16
+ sha256 = "dd7f32f4fe2537ce2452c51f816a5962d48888a5b07de2c195f3b3da86c545d3 " ,
17
17
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.0 /stardoc-0.7.0 .tar.gz" ,
19
+ "https://github.com/bazelbuild/stardoc/releases/download/0.7.0 /stardoc-0.7.0 .tar.gz" ,
20
20
],
21
21
)
22
22
You can’t perform that action at this time.
0 commit comments