We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721de50 commit 84e9c43Copy full SHA for 84e9c43
p4_constraints_deps.bzl
@@ -27,8 +27,9 @@ def p4_constraints_deps():
27
if not native.existing_rule("com_google_protobuf"):
28
http_archive(
29
name = "com_google_protobuf",
30
- url = "https://github.com/protocolbuffers/protobuf/releases/download/v29.1/protobuf-29.1.tar.gz",
31
- strip_prefix = "protobuf-29.1",
+ url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v25.2.zip",
+ strip_prefix = "protobuf-25.2",
32
+ sha256 = "ddd0f5271f31b549efc74eb39061e142132653d5d043071fcec265bd571e73c4",
33
)
34
if not native.existing_rule("com_googlesource_code_re2"):
35
0 commit comments