We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932111b commit 3ed81dcCopy full SHA for 3ed81dc
WORKSPACE
@@ -53,11 +53,11 @@ rules_gitops_repositories()
53
54
http_archive(
55
name = "com_google_protobuf",
56
- sha256 = "d0f5f605d0d656007ce6c8b5a82df3037e1d8fe8b121ed42e536f569dec16113",
57
- strip_prefix = "protobuf-3.14.0",
+ sha256 = "f3c0830339eaa5036eba8ff8ce7fca5aa3088f7d616f7c3713d946f611ae92bf",
+ strip_prefix = "protobuf-3.26.1",
58
urls = [
59
- "https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v3.14.0.tar.gz",
60
- "https://github.com/protocolbuffers/protobuf/archive/v3.14.0.tar.gz",
+ "https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v3.26.1.tar.gz",
+ "https://github.com/protocolbuffers/protobuf/archive/v3.26.1.tar.gz",
61
],
62
)
63
0 commit comments