Skip to content

Commit 591f4e4

Browse files
renovate[bot]avdv
authored andcommitted
chore(deps): update dependency com_google_protobuf to v28
1 parent 0a2dc13 commit 591f4e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

haskell/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ def rules_haskell_dependencies():
129129
maybe(
130130
http_archive,
131131
name = "com_google_protobuf",
132-
sha256 = "22fdaf641b31655d4b2297f9981fa5203b2866f8332d3c6333f6b0107bb320de",
133-
strip_prefix = "protobuf-21.12",
132+
sha256 = "13e7749c30bc24af6ee93e092422f9dc08491c7097efa69461f88eb5f61805ce",
133+
strip_prefix = "protobuf-28.0",
134134
urls = [
135-
"https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.12.tar.gz",
135+
"https://github.com/protocolbuffers/protobuf/archive/refs/tags/v28.0.tar.gz",
136136
],
137137
)
138138

0 commit comments

Comments
 (0)