|
|
@ -51,9 +51,9 @@ def protobuf_deps(): |
|
|
|
if not native.existing_rule("rules_proto"): |
|
|
|
if not native.existing_rule("rules_proto"): |
|
|
|
http_archive( |
|
|
|
http_archive( |
|
|
|
name = "rules_proto", |
|
|
|
name = "rules_proto", |
|
|
|
sha256 = "aa1ee19226f707d44bee44c720915199c20c84a23318bb0597ed4e5c873ccbd5", |
|
|
|
sha256 = "a4382f78723af788f0bc19fd4c8411f44ffe0a72723670a34692ffad56ada3ac", |
|
|
|
strip_prefix = "rules_proto-40298556293ae502c66579620a7ce867d5f57311", |
|
|
|
strip_prefix = "rules_proto-f7a30f6f80006b591fa7c437fe5a951eb10bcbcf", |
|
|
|
urls = ["https://github.com/bazelbuild/rules_proto/archive/40298556293ae502c66579620a7ce867d5f57311.tar.gz"], |
|
|
|
urls = ["https://github.com/bazelbuild/rules_proto/archive/f7a30f6f80006b591fa7c437fe5a951eb10bcbcf.zip"], |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
if not native.existing_rule("rules_python"): |
|
|
|
if not native.existing_rule("rules_python"): |
|
|
|