Skip to content

Commit

Permalink
Update dependency com_google_protobuf to v26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 15, 2024
1 parent e0cd739 commit 1ceb357
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions haskell/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ def rules_haskell_dependencies():
maybe(
http_archive,
name = "com_google_protobuf",
sha256 = "22fdaf641b31655d4b2297f9981fa5203b2866f8332d3c6333f6b0107bb320de",
strip_prefix = "protobuf-21.12",
sha256 = "4fc5ff1b2c339fb86cd3a25f0b5311478ab081e65ad258c6789359cd84d421f8",
strip_prefix = "protobuf-26.1",
urls = [
"https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.12.tar.gz",
"https://github.com/protocolbuffers/protobuf/archive/refs/tags/v26.1.tar.gz",
],
)

Expand Down

0 comments on commit 1ceb357

Please sign in to comment.