From 7b7d14d2f228870ed82d1ec507c6148c0e3590b5 Mon Sep 17 00:00:00 2001 From: Tony Aiuto Date: Tue, 28 Jul 2020 13:30:01 -0400 Subject: [PATCH] update stardoc --- repositories.bzl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/repositories.bzl b/repositories.bzl index d4378ae..9ce507f 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -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.