From bbb81931a510290127471b25d31b97e8211fa401 Mon Sep 17 00:00:00 2001 From: Adam Liddell Date: Sun, 4 Dec 2022 22:58:59 +0000 Subject: [PATCH] Update version in docs --- docs/index.rst | 6 +++--- test_workspaces/readme_http_archive/WORKSPACE | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index c163a1114..417ed7da0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -92,9 +92,9 @@ notified of new releases, you can use GitHub's 'Watch Releases Only' on the repo http_archive( name = "rules_proto_grpc", - sha256 = "bbe4db93499f5c9414926e46f9e35016999a4e9f6e3522482d3760dc61011070", - strip_prefix = "rules_proto_grpc-4.2.0", - urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/archive/4.2.0.tar.gz"], + sha256 = "fb7fc7a3c19a92b2f15ed7c4ffb2983e956625c1436f57a3430b897ba9864059", + strip_prefix = "rules_proto_grpc-4.3.0", + urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/archive/4.3.0.tar.gz"], ) load("@rules_proto_grpc//:repositories.bzl", "rules_proto_grpc_toolchains", "rules_proto_grpc_repos") diff --git a/test_workspaces/readme_http_archive/WORKSPACE b/test_workspaces/readme_http_archive/WORKSPACE index 38a99395b..9690fbf0a 100644 --- a/test_workspaces/readme_http_archive/WORKSPACE +++ b/test_workspaces/readme_http_archive/WORKSPACE @@ -2,9 +2,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_proto_grpc", - sha256 = "bbe4db93499f5c9414926e46f9e35016999a4e9f6e3522482d3760dc61011070", - strip_prefix = "rules_proto_grpc-4.2.0", - urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/archive/4.2.0.tar.gz"], + sha256 = "fb7fc7a3c19a92b2f15ed7c4ffb2983e956625c1436f57a3430b897ba9864059", + strip_prefix = "rules_proto_grpc-4.3.0", + urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/archive/4.3.0.tar.gz"], ) load("@rules_proto_grpc//:repositories.bzl", "rules_proto_grpc_repos", "rules_proto_grpc_toolchains")