We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857527f commit ccfb9f1Copy full SHA for ccfb9f1
WORKSPACE
@@ -41,9 +41,9 @@ http_archive(
41
42
http_archive(
43
name = "com_google_protobuf",
44
- sha256 = "8ff511a64fc46ee792d3fe49a5a1bcad6f7dc50dfbba5a28b0e5b979c17f9871",
45
- strip_prefix = "protobuf-25.2",
46
- url = "https://github.com/protocolbuffers/protobuf/releases/download/v25.2/protobuf-25.2.tar.gz",
+ sha256 = "af9236a5b5b0f641b20f5511c1e4527efa981ac91d7342c6b1033f4f03bc5d21",
+ strip_prefix = "protobuf-25.4",
+ url = "https://github.com/protocolbuffers/protobuf/releases/download/v25.4/protobuf-25.4.tar.gz",
47
)
48
49
0 commit comments