Skip to content

Commit 84e9c43

Browse files
committed
Tweak com_google_protobuf version
Signed-off-by: Bili Dong <qobilidop@gmail.com>
1 parent 721de50 commit 84e9c43

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

p4_constraints_deps.bzl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ def p4_constraints_deps():
2727
if not native.existing_rule("com_google_protobuf"):
2828
http_archive(
2929
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",
30+
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v25.2.zip",
31+
strip_prefix = "protobuf-25.2",
32+
sha256 = "ddd0f5271f31b549efc74eb39061e142132653d5d043071fcec265bd571e73c4",
3233
)
3334
if not native.existing_rule("com_googlesource_code_re2"):
3435
http_archive(

0 commit comments

Comments
 (0)