Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extra/bazel/nanopb_deps.bzl')
-rw-r--r--extra/bazel/nanopb_deps.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/bazel/nanopb_deps.bzl b/extra/bazel/nanopb_deps.bzl
index aaed90c..7a752e4 100644
--- a/extra/bazel/nanopb_deps.bzl
+++ b/extra/bazel/nanopb_deps.bzl
@@ -32,6 +32,7 @@ def nanopb_deps():
if "rules_proto_grpc" not in native.existing_rules():
http_archive(
name = "rules_proto_grpc",
+ patches = ["//extra/bazel:rules_proto_grpc.patch"],
sha256 = "507e38c8d95c7efa4f3b1c0595a8e8f139c885cb41a76cab7e20e4e67ae87731",
strip_prefix = "rules_proto_grpc-4.1.1",
urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/archive/4.1.1.tar.gz"],