We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5425816 commit 7922eb0Copy full SHA for 7922eb0
haskell/repositories.bzl
@@ -121,10 +121,10 @@ def rules_haskell_dependencies():
121
maybe(
122
http_archive,
123
name = "com_google_protobuf",
124
- sha256 = "22fdaf641b31655d4b2297f9981fa5203b2866f8332d3c6333f6b0107bb320de",
125
- strip_prefix = "protobuf-21.12",
+ sha256 = "da288bf1daa6c04d03a9051781caa52aceb9163586bff9aa6cfb12f69b9395aa",
+ strip_prefix = "protobuf-27.0",
126
urls = [
127
- "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.12.tar.gz",
+ "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v27.0.tar.gz",
128
],
129
)
130
0 commit comments