Skip to content

Commit 456dc21

Browse files
committed
Add archive_override for unreleased Protobuf 36.0-rc2 in MODULE.bazel
1 parent 843447e commit 456dc21

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

MODULE.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ bazel_dep(name = "bazel_skylib", version = "1.7.1")
5555
bazel_dep(name = "googleapis", version = "0.0.0-20260514-1dbb1a14", repo_name = "com_google_googleapis")
5656
bazel_dep(name = "grpc-proto", version = "0.0.0-20240627-ec30f58.bcr.1", repo_name = "io_grpc_grpc_proto")
5757
bazel_dep(name = "protobuf", version = "36.0-rc2", repo_name = "com_google_protobuf")
58+
archive_override(
59+
module_name = "protobuf",
60+
integrity = "sha256-tWR/2Ank29ZSNjgof/Zn5N8BbUZCZ+LtTy4ZUb+wks8=",
61+
strip_prefix = "protobuf-36.0-rc2",
62+
urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v36.0-rc2/protobuf-36.0-rc2.tar.gz"],
63+
)
5864
bazel_dep(name = "rules_proto", version = "7.1.0")
5965
bazel_dep(name = "rules_android", version = "0.7.3")
6066
bazel_dep(name = "rules_cc", version = "0.0.9")

0 commit comments

Comments
 (0)