Skip to content

Commit 14d4452

Browse files
Update dependency io_bazel_stardoc to v0.5.2
1 parent 92e2417 commit 14d4452

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

internal_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ def rules_helm_internal_deps():
4646
maybe(
4747
http_archive,
4848
name = "io_bazel_stardoc",
49-
sha256 = "c9794dcc8026a30ff67cf7cf91ebe245ca294b20b071845d12c192afe243ad72",
49+
sha256 = "05fb57bb4ad68a360470420a3b6f5317e4f722839abc5b17ec4ef8ed465aaa47",
5050
urls = [
51-
"https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.5.0/stardoc-0.5.0.tar.gz",
52-
"https://github.com/bazelbuild/stardoc/releases/download/0.5.0/stardoc-0.5.0.tar.gz",
51+
"https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.5.2/stardoc-0.5.2.tar.gz",
52+
"https://github.com/bazelbuild/stardoc/releases/download/0.5.2/stardoc-0.5.2.tar.gz",
5353
],
5454
)

0 commit comments

Comments
 (0)