|
|
|
@ -49,7 +49,15 @@ def protobuf_deps(): |
|
|
|
|
if not native.existing_rule("rules_proto"): |
|
|
|
|
http_archive( |
|
|
|
|
name = "rules_proto", |
|
|
|
|
sha256 = "88b0a90433866b44bb4450d4c30bc5738b8c4f9c9ba14e9661deb123f56a833d", |
|
|
|
|
strip_prefix = "rules_proto-b0cc14be5da05168b01db282fe93bdf17aa2b9f4", |
|
|
|
|
urls = ["https://github.com/bazelbuild/rules_proto/archive/b0cc14be5da05168b01db282fe93bdf17aa2b9f4.tar.gz"], |
|
|
|
|
sha256 = "602e7161d9195e50246177e7c55b2f39950a9cf7366f74ed5f22fd45750cd208", |
|
|
|
|
strip_prefix = "rules_proto-97d8af4dc474595af3900dd85cb3a29ad28cc313", |
|
|
|
|
urls = ["https://github.com/bazelbuild/rules_proto/archive/97d8af4dc474595af3900dd85cb3a29ad28cc313.tar.gz"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
if not native.existing_rule("rules_python"): |
|
|
|
|
http_archive( |
|
|
|
|
name = "rules_python", |
|
|
|
|
sha256 = "e5470e92a18aa51830db99a4d9c492cc613761d5bdb7131c04bd92b9834380f6", |
|
|
|
|
strip_prefix = "rules_python-4b84ad270387a7c439ebdccfd530e2339601ef27", |
|
|
|
|
urls = ["https://github.com/bazelbuild/rules_python/archive/4b84ad270387a7c439ebdccfd530e2339601ef27.tar.gz"], |
|
|
|
|
) |
|
|
|
|