diff --git a/repositories.bzl b/repositories.bzl index db6073061d..17d4b727fe 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -39,8 +39,8 @@ def rules_nodejs_dev_dependencies(): http_archive( name = "io_bazel_stardoc", - sha256 = "fabb280f6c92a3b55eed89a918ca91e39fb733373c81e87a18ae9e33e75023ec", - urls = ["https://github.com/bazelbuild/stardoc/releases/download/0.7.1/stardoc-0.7.1.tar.gz"], + sha256 = "ca933f39f2a6e0ad392fa91fd662545afcbd36c05c62365538385d35a0323096", + urls = ["https://github.com/bazelbuild/stardoc/releases/download/0.8.0/stardoc-0.8.0.tar.gz"], ) http_archive(