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.
2 parents 8f90a68 + ec884b3 commit 5eb8c98Copy full SHA for 5eb8c98
haskell/repositories.bzl
@@ -129,10 +129,10 @@ def rules_haskell_dependencies():
129
maybe(
130
http_archive,
131
name = "com_google_protobuf",
132
- sha256 = "13e7749c30bc24af6ee93e092422f9dc08491c7097efa69461f88eb5f61805ce",
133
- strip_prefix = "protobuf-28.0",
+ sha256 = "7c3ebd7aaedd86fa5dc479a0fda803f602caaf78d8aff7ce83b89e1b8ae7442a",
+ strip_prefix = "protobuf-28.3",
134
urls = [
135
- "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v28.0.tar.gz",
+ "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v28.3.tar.gz",
136
],
137
patches = [
138
# see https://github.com/protocolbuffers/protobuf/issues/16844
0 commit comments