diff --git a/doc/bazel_support.md b/doc/bazel_support.md index c1843930c77..f1b0aa3b7f3 100644 --- a/doc/bazel_support.md +++ b/doc/bazel_support.md @@ -19,7 +19,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "com_github_grpc_grpc", strip_prefix = "grpc-1.45.0", - sha256 = "ec19657a677d49af59aa806ec299c070c882986c9fcc022b1c22c2a3caf01bcd"k + sha256 = "ec19657a677d49af59aa806ec299c070c882986c9fcc022b1c22c2a3caf01bcd", urls = ["https://github.com/grpc/grpc/archive/refs/tags/v1.45.0.tar.gz"], ) diff --git a/templates/doc/bazel_support.md.template b/templates/doc/bazel_support.md.template index 130d4a31e25..bfa12915ab2 100644 --- a/templates/doc/bazel_support.md.template +++ b/templates/doc/bazel_support.md.template @@ -21,7 +21,7 @@ http_archive( name = "com_github_grpc_grpc", strip_prefix = "grpc-1.45.0", - sha256 = "ec19657a677d49af59aa806ec299c070c882986c9fcc022b1c22c2a3caf01bcd"k + sha256 = "ec19657a677d49af59aa806ec299c070c882986c9fcc022b1c22c2a3caf01bcd", urls = ["https://github.com/grpc/grpc/archive/refs/tags/v1.45.0.tar.gz"], )