From 4ad2a5083546c30fdd3356ec903b33a6718dc469 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 7 May 2019 17:51:36 +0000 Subject: [PATCH] chore(deps): update build_stack_rules_proto commit hash to 76a406a --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 1ed66e1e..247ea546 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -169,9 +169,9 @@ pip_repositories() http_archive( name = "build_stack_rules_proto", - sha256 = "0d88313ba32c0042c2633c3cbdd187afb0c3c9468b978f6eb4919ac6e535f029", - strip_prefix = "rules_proto-8afa882b3dff5fec93b22519d34d0099083a7ce2", - urls = ["https://github.com/stackb/rules_proto/archive/8afa882b3dff5fec93b22519d34d0099083a7ce2.tar.gz"], + sha256 = "e26a10990d03e23ddaf8acabe0d5438d0095453bb7c8340de92f289f3e018641", + strip_prefix = "rules_proto-76a406a1d222175526df1391efc862ac12eb5d2f", + urls = ["https://github.com/stackb/rules_proto/archive/76a406a1d222175526df1391efc862ac12eb5d2f.tar.gz"], ) load("@build_stack_rules_proto//:deps.bzl", "io_grpc_grpc_java")