From 9cdd93326f5ee1f76a68eaf2f4133c02e3468998 Mon Sep 17 00:00:00 2001 From: Pengyuan Bian Date: Tue, 5 Nov 2019 19:41:00 -0800 Subject: [PATCH] update opencensus sha (#8908) Signed-off-by: Pengyuan Bian --- bazel/repository_locations.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 1736c1b3d6cbf..0d298f3bc20f9 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -273,10 +273,10 @@ REPOSITORY_LOCATIONS = dict( urls = ["https://storage.googleapis.com/envoyproxy-wee8/wee8-7.9.317.14.tar.gz"], ), io_opencensus_cpp = dict( - sha256 = "c95ab57835182b8b4b17cf5bbfc2406805bc78c5022c17399f3e5c643f22826a", - strip_prefix = "opencensus-cpp-98970f78091ae65b4a029bcf512696ba6d665cf4", - # 2019-09-24 - urls = ["https://github.com/census-instrumentation/opencensus-cpp/archive/98970f78091ae65b4a029bcf512696ba6d665cf4.tar.gz"], + sha256 = "8078195ce90925c142f5c030b9681771db7b7554ebe2156b08848adeb006c40e", + strip_prefix = "opencensus-cpp-d8ec569c6a9157e9cbc2c25021d1c61812891f91", + # 2019-11-04 + urls = ["https://github.com/census-instrumentation/opencensus-cpp/archive/d8ec569c6a9157e9cbc2c25021d1c61812891f91.tar.gz"], ), com_github_curl = dict( sha256 = "d0393da38ac74ffac67313072d7fe75b1fa1010eb5987f63f349b024a36b7ffb",