Skip to content

Commit

Permalink
chore(deps): update dependency com_google_protobuf to v27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and avdv committed May 23, 2024
1 parent d13a6b1 commit 6cb76bc
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 = "da288bf1daa6c04d03a9051781caa52aceb9163586bff9aa6cfb12f69b9395aa",
strip_prefix = "protobuf-27.0",
urls = [
"https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.12.tar.gz",
"https://github.com/protocolbuffers/protobuf/archive/refs/tags/v27.0.tar.gz",
],
)

Expand Down

0 comments on commit 6cb76bc

Please sign in to comment.