load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_proto_grpc",
    urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/archive/1.0.0.tar.gz"],
    sha256 = "6a01fd418c8fb613777050f35501ffc37925301a412590b84238240e5072a655",
    strip_prefix = "rules_proto_grpc-1.0.0",
)
