From befc5902c59dbabf0855c3a10a5ae2a22571d91f Mon Sep 17 00:00:00 2001 From: Rob Walworth <110835868+rwalworth@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:08:25 -0500 Subject: [PATCH] fix: `v0.55` protobuf hash (#798) Signed-off-by: Rob Walworth --- HederaApi.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HederaApi.cmake b/HederaApi.cmake index 6b5275dc..ad0af6a8 100644 --- a/HederaApi.cmake +++ b/HederaApi.cmake @@ -1,4 +1,4 @@ -set(HAPI_LIBRARY_HASH "248299d525ec55425b755565726fc40a9bb9aa8335447f7c07956c9ace1ef64c" CACHE STRING "Use the configured hash to verify the Hedera API protobuf library release") +set(HAPI_LIBRARY_HASH "cf995030036c92624f9054570f1bf4e9607610a67ccf277d17b3b80ba67e4838" CACHE STRING "Use the configured hash to verify the Hedera API protobuf library release") set(HAPI_LIBRARY_URL "https://github.com/hashgraph/hedera-protobufs-cpp/releases/download/v0.55.0/hapi-library-32c2a4a2.tar.gz" CACHE STRING "Use the configured URL to download the Hedera API protobuf library package") set(HAPI_LOCAL_LIBRARY_PATH "" CACHE STRING "Overrides the configured HAPI_LIBRARY_URL setting and instead uses the local path to retrieve the artifacts")