From 86f772d487ec0296216dbb8250b509934b4be455 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Mon, 15 Apr 2024 08:15:01 -0700 Subject: [PATCH] update capnp (#2023) --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 5aad0f9ffe05..bc1678651b6a 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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(