Skip to content

Commit 1ceb357

Browse files
Update dependency com_google_protobuf to v26
1 parent e0cd739 commit 1ceb357

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
@@ -121,10 +121,10 @@ def rules_haskell_dependencies():
121121
maybe(
122122
http_archive,
123123
name = "com_google_protobuf",
124-
sha256 = "22fdaf641b31655d4b2297f9981fa5203b2866f8332d3c6333f6b0107bb320de",
125-
strip_prefix = "protobuf-21.12",
124+
sha256 = "4fc5ff1b2c339fb86cd3a25f0b5311478ab081e65ad258c6789359cd84d421f8",
125+
strip_prefix = "protobuf-26.1",
126126
urls = [
127-
"https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.12.tar.gz",
127+
"https://github.com/protocolbuffers/protobuf/archive/refs/tags/v26.1.tar.gz",
128128
],
129129
)
130130

0 commit comments

Comments
 (0)