We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2dc13 commit 591f4e4Copy full SHA for 591f4e4
haskell/repositories.bzl
@@ -129,10 +129,10 @@ def rules_haskell_dependencies():
129
maybe(
130
http_archive,
131
name = "com_google_protobuf",
132
- sha256 = "22fdaf641b31655d4b2297f9981fa5203b2866f8332d3c6333f6b0107bb320de",
133
- strip_prefix = "protobuf-21.12",
+ sha256 = "13e7749c30bc24af6ee93e092422f9dc08491c7097efa69461f88eb5f61805ce",
+ strip_prefix = "protobuf-28.0",
134
urls = [
135
- "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.12.tar.gz",
+ "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v28.0.tar.gz",
136
],
137
)
138
0 commit comments