fix patch version in bazel

This commit is contained in:
Laurent Perron
2023-06-29 04:58:37 +02:00
parent c6074f8c48
commit 86c656b02a

View File

@@ -74,7 +74,7 @@ git_repository(
git_repository(
name = "com_google_protobuf",
tag = "v23.3",
patches = ["//patches:protobuf-v23.2.patch"],
patches = ["//patches:protobuf-v23.3.patch"],
patch_args = ["-p1"],
remote = "https://github.com/protocolbuffers/protobuf.git",
)