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:
authorTobias Thiel <tobias011@gmail.com>2023-10-11 07:15:13 +0300
committerPetteri Aimonen <jpa@github.mail.kapsi.fi>2023-10-11 20:56:15 +0300
commit33383170274e89d9c7cb73b12d5f30d7239f3532 (patch)
treedcf848520535933be3f7791b8c5191cd83409409 /extra/bazel/nanopb_deps.bzl
parentde01880fdcf1506279802963dcc6ce36f61b9f9a (diff)
Add support for .options files in bazel rules
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"],