summaryrefslogtreecommitdiff
path: root/patches/wownero/0003-fix-is_trivially_copyable.patch
diff options
context:
space:
mode:
authorcyan <cyjan@mrcyjanek.net>2025-01-15 14:04:42 +0100
committerGitHub <noreply@github.com>2025-01-15 14:04:42 +0100
commitb4c3fbacab594bd1e67e71602a1ac07f0c19a77f (patch)
tree3c85f30f62eeef605cd299ec5f68153a1904feb2 /patches/wownero/0003-fix-is_trivially_copyable.patch
parentc3dd64bdee37d361a2c1252d127fb575936e43e6 (diff)
Wownero 0.11.3.0 (#105)
* update wownero to 0.11.3.0 * Updated wownero, cleaned up patches * unshallow zano * Fix ios builds * Update checksum
Diffstat (limited to 'patches/wownero/0003-fix-is_trivially_copyable.patch')
-rw-r--r--patches/wownero/0003-fix-is_trivially_copyable.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/wownero/0003-fix-is_trivially_copyable.patch b/patches/wownero/0003-fix-is_trivially_copyable.patch
index f600003..5b81f2d 100644
--- a/patches/wownero/0003-fix-is_trivially_copyable.patch
+++ b/patches/wownero/0003-fix-is_trivially_copyable.patch
@@ -1,4 +1,4 @@
-From b41551e7dd8d3f4968f330f60d14773eaabca818 Mon Sep 17 00:00:00 2001
+From d4d406961073b5f9d3cc46a6cedaf73a378e1ea6 Mon Sep 17 00:00:00 2001
From: cyan <cyjan@mrcyjanek.net>
Date: Tue, 22 Oct 2024 10:23:18 +0000
Subject: [PATCH 03/15] fix is_trivially_copyable
@@ -28,5 +28,5 @@ index 01dc387d6..5e3af4d11 100644
return {reinterpret_cast<const std::uint8_t*>(std::addressof(src)), sizeof(T)};
}
--
-2.39.5 (Apple Git-154)
+2.48.0