Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #119 from aiuto/sdoc
Browse files Browse the repository at this point in the history
Update stardoc dependency to newest version.
  • Loading branch information
aiuto authored Jul 28, 2020
2 parents 54100c6 + 7b7d14d commit 8987189
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,12 @@ def bazel_stardoc():
maybe(
http_archive,
name = "io_bazel_skydoc",
url = "https://github.com/bazelbuild/skydoc/archive/0.3.0.tar.gz",
sha256 = "c2d66a0cc7e25d857e480409a8004fdf09072a1bd564d6824441ab2f96448eea",
strip_prefix = "skydoc-0.3.0",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/stardoc/archive/0.4.0.tar.gz",
"https://github.com/bazelbuild/stardoc/archive/0.4.0.tar.gz",
],
sha256 = "6d07d18c15abb0f6d393adbd6075cd661a2219faab56a9517741f0fc755f6f3c",
strip_prefix = "stardoc-0.4.0",
)

# TODO(fweikert): delete this function if it's not needed by the protobuf project itself.
Expand Down

0 comments on commit 8987189

Please sign in to comment.