deps: fix mismatch release date in OpenCensus Proto (#23220)

Signed-off-by: Xie Zhihao <zhihao.xie@intel.com>

Mirrored from https://github.com/envoyproxy/envoy @ b1f5e92d850cec6629a0ae1efab20b5453dff175
pull/626/head
data-plane-api(Azure Pipelines) 2 years ago
parent 70fe1dfad2
commit eb2fbff0cd
  1. 2
      bazel/repository_locations.bzl

@ -79,7 +79,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_url = "https://github.com/census-instrumentation/opencensus-proto",
version = "0.3.0",
sha256 = "b7e13f0b4259e80c3070b583c2f39e53153085a6918718b1c710caf7037572b0",
release_date = "2020-07-21",
release_date = "2022-09-22",
strip_prefix = "opencensus-proto-{version}/src",
urls = ["https://github.com/census-instrumentation/opencensus-proto/archive/v{version}.tar.gz"],
use_category = ["api"],

Loading…
Cancel
Save