Skip to content

Commit

Permalink
update capnp (#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikea authored and garrettgu10 committed Apr 17, 2024
1 parent b210726 commit 86f772d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ apple_support_dependencies()

http_archive(
name = "capnp-cpp",
sha256 = "21ae72a199a995b72e9bd359d4815539158d93a15cf36e284ef201fde7338c3c",
strip_prefix = "capnproto-capnproto-8ba7a6e/c++",
integrity = "sha256-I/jF25bRniNfmXR4KdeXTnwetKPKEm6fkYfibpZFYoU=",
strip_prefix = "capnproto-capnproto-24371b7/c++",
type = "tgz",
urls = ["https://github.com/capnproto/capnproto/tarball/8ba7a6ef987eb56e8d41e7f11e080dabcbf2a04f"],
urls = ["https://github.com/capnproto/capnproto/tarball/24371b79b467686641aa64afa340bdad03b05830"],
)

http_archive(
Expand Down

0 comments on commit 86f772d

Please sign in to comment.