From a99d82340fc752c5289bc89102f7d7ec4d770a32 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 Mar 2019 09:56:00 +0100 Subject: [PATCH] Update com_github_grpc_grpc commit hash to d3f152f --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 79d17e77..d6960d25 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -169,9 +169,9 @@ cpp_grpc_library() http_archive( name = "com_github_grpc_grpc", - sha256 = "721ccf319fbcb8f9f7e386dca9bf60448bc38507888d84cfd735ad128092494f", - strip_prefix = "grpc-c5311260fd923079637f5d43bd410ba6de740443", - urls = ["https://github.com/grpc/grpc/archive/c5311260fd923079637f5d43bd410ba6de740443.tar.gz"], + sha256 = "e647044499cd704fa9f5b959488e2bf2a1fee7ecdc66f0db70fca954d5d135e9", + strip_prefix = "grpc-d3f152f79af6646f9f4ec6c74c3e522a907431e5", + urls = ["https://github.com/grpc/grpc/archive/d3f152f79af6646f9f4ec6c74c3e522a907431e5.tar.gz"], ) load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")