From f8addab8b3f31303392e3ce1f0fa08aec168b0d5 Mon Sep 17 00:00:00 2001 From: cecini Date: Tue, 15 Dec 2020 06:12:09 +0000 Subject: [PATCH] Update protobuf repo to 3.14.0 update --- repos.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repos.bzl b/repos.bzl index 7cf84b6f3..6e11dcaec 100644 --- a/repos.bzl +++ b/repos.bzl @@ -28,10 +28,10 @@ def register_repos(): maybe( http_archive, name = "com_google_protobuf", - sha256 = "465fd9367992a9b9c4fba34a549773735da200903678b81b25f367982e8df376", - strip_prefix = "protobuf-3.13.0", + sha256 = "6dd0f6b20094910fbb7f1f7908688df01af2d4f6c5c21331b9f636048674aebf", + strip_prefix = "protobuf-3.14.0", urls = [ - "https://github.com/protocolbuffers/protobuf/releases/download/v3.13.0/protobuf-all-3.13.0.tar.gz", + "https://github.com/protocolbuffers/protobuf/releases/download/v3.14.0/protobuf-all-3.14.0.tar.gz", ], )