File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -129,10 +129,10 @@ def rules_haskell_dependencies():
129
129
maybe (
130
130
http_archive ,
131
131
name = "com_google_protobuf" ,
132
- sha256 = "22fdaf641b31655d4b2297f9981fa5203b2866f8332d3c6333f6b0107bb320de " ,
133
- strip_prefix = "protobuf-21.12 " ,
132
+ sha256 = "3ad017543e502ffaa9cd1f4bd4fe96cf117ce7175970f191705fa0518aff80cd " ,
133
+ strip_prefix = "protobuf-32.0 " ,
134
134
urls = [
135
- "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.12 .tar.gz" ,
135
+ "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v32.0 .tar.gz" ,
136
136
],
137
137
)
138
138
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ bazel_dep(
81
81
)
82
82
bazel_dep (
83
83
name = "protobuf" ,
84
- version = "21.7 " ,
84
+ version = "32.0 " ,
85
85
repo_name = "com_google_protobuf" ,
86
86
)
87
87
bazel_dep (
You can’t perform that action at this time.
0 commit comments