From ee04809540c098718121e092107fbc0abc231725 Mon Sep 17 00:00:00 2001 From: Dor Date: Fri, 9 Apr 2021 21:12:25 +0300 Subject: [PATCH] Use a newer version of rules_proto, with the new rule `proto_descriptor_set` (#8469) --- protobuf_deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/protobuf_deps.bzl b/protobuf_deps.bzl index a95008501b7f..a4945b358a50 100644 --- a/protobuf_deps.bzl +++ b/protobuf_deps.bzl @@ -51,9 +51,9 @@ def protobuf_deps(): if not native.existing_rule("rules_proto"): http_archive( name = "rules_proto", - sha256 = "aa1ee19226f707d44bee44c720915199c20c84a23318bb0597ed4e5c873ccbd5", - strip_prefix = "rules_proto-40298556293ae502c66579620a7ce867d5f57311", - urls = ["https://github.com/bazelbuild/rules_proto/archive/40298556293ae502c66579620a7ce867d5f57311.tar.gz"], + sha256 = "a4382f78723af788f0bc19fd4c8411f44ffe0a72723670a34692ffad56ada3ac", + strip_prefix = "rules_proto-f7a30f6f80006b591fa7c437fe5a951eb10bcbcf", + urls = ["https://github.com/bazelbuild/rules_proto/archive/f7a30f6f80006b591fa7c437fe5a951eb10bcbcf.zip"], ) if not native.existing_rule("rules_python"):