diff --git a/WORKSPACE b/WORKSPACE index 9bfda58d..523b3a44 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 = "d0287b40af0815c1003446cbf62899c3aa61df8a48eb4f798d74ddfc3dd1bc0a", + strip_prefix = "rules_proto-ea94d1bfff73d274b116e00e7897179f114958c1", + urls = ["https://github.com/stackb/rules_proto/archive/ea94d1bfff73d274b116e00e7897179f114958c1.tar.gz"], ) load("@build_stack_rules_proto//:deps.bzl", "io_grpc_grpc_java")