Skip to content

Commit

Permalink
lower pb to 21.12
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc committed Feb 27, 2024
1 parent 670ec4c commit f1e46da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@ def _com_google_protobuf():
maybe(
http_archive,
name = "com_google_protobuf",
sha256 = "7beed9c511d632cff7c22ac0094dd7720e550153039d5da7e059bcceb488474a",
strip_prefix = "protobuf-25.0",
sha256 = "2c6a36c7b5a55accae063667ef3c55f2642e67476d96d355ff0acb13dbb47f09",
strip_prefix = "protobuf-21.12",
type = "tar.gz",
urls = [
"https://github.com/protocolbuffers/protobuf/releases/download/v25.0/protobuf-25.0.tar.gz",
"https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protobuf-all-21.12.tar.gz",
],
)

Expand Down

0 comments on commit f1e46da

Please sign in to comment.