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.bzl7
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/bazel/nanopb_deps.bzl b/extra/bazel/nanopb_deps.bzl
index 7a752e4..a87c872 100644
--- a/extra/bazel/nanopb_deps.bzl
+++ b/extra/bazel/nanopb_deps.bzl
@@ -32,8 +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"],
+ sha256 = "b244cbede34638ad0e1aec0769f62b8348c7ed71f431a027e252a07d6adba3d6",
+ strip_prefix = "rules_proto_grpc-4.4.0",
+ urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/archive/4.4.0.tar.gz"],
)