From 2e3405fa5729fbbdcc30eac07e83e0f572e178d9 Mon Sep 17 00:00:00 2001 From: cyan Date: Fri, 18 Apr 2025 00:10:47 +0200 Subject: sdk updates (#133) * cmake: fix minimum required version * fix: unary_function -> __unary_function * fix it only where it's broken * update zano to 400 * improve ci speed, update xcode * update dockerfile, remove zano mingw * 16.2 --- impls/monero.dart/lib/src/checksum_zano.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'impls/monero.dart/lib') diff --git a/impls/monero.dart/lib/src/checksum_zano.dart b/impls/monero.dart/lib/src/checksum_zano.dart index 8868b3b..cbb9b17 100644 --- a/impls/monero.dart/lib/src/checksum_zano.dart +++ b/impls/monero.dart/lib/src/checksum_zano.dart @@ -1,4 +1,4 @@ // ignore_for_file: constant_identifier_names const String wallet2_api_c_h_sha256 = "8acaa95513b85a984c08e05cc3f2ac7530bb8f32946eeeb45357bd846aef33dd"; -const String wallet2_api_c_cpp_sha256 = "4efacd3812d53dd268b6869cc0a9560e7320574d96e09136cf067f796edfeba6-ccfc0327e05f73478b8493accec4a7a1878ff4b1"; +const String wallet2_api_c_cpp_sha256 = "4efacd3812d53dd268b6869cc0a9560e7320574d96e09136cf067f796edfeba6-83eefd205e3df84da0bf095257459fe778330316"; const String wallet2_api_c_exp_sha256 = "66f3ff655bbfd11ad28c318ab707090b5a93276f436b06f7b1c0f329dba3c9c2"; -- cgit v1.2.3