Skip to content

Commit 5eb8c98

Browse files
authored
Merge branch 'master' into renovate/com_google_absl-20240116.x
2 parents 8f90a68 + ec884b3 commit 5eb8c98

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 = "13e7749c30bc24af6ee93e092422f9dc08491c7097efa69461f88eb5f61805ce",
133-
strip_prefix = "protobuf-28.0",
132+
sha256 = "7c3ebd7aaedd86fa5dc479a0fda803f602caaf78d8aff7ce83b89e1b8ae7442a",
133+
strip_prefix = "protobuf-28.3",
134134
urls = [
135-
"https://github.com/protocolbuffers/protobuf/archive/refs/tags/v28.0.tar.gz",
135+
"https://github.com/protocolbuffers/protobuf/archive/refs/tags/v28.3.tar.gz",
136136
],
137137
patches = [
138138
# see https://github.com/protocolbuffers/protobuf/issues/16844

0 commit comments

Comments
 (0)