blob: 357c720b895a3d50f477982dceee7febaa395566 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- CMakeLists.txt 2025-04-12 16:51:32.000000000 +0200
+++ CMakeLists-patched.txt 2026-03-26 22:26:44.229293527 +0100
@@ -135,7 +135,7 @@
FetchContent_Declare(
Hiredis
GIT_REPOSITORY https://github.com/redis/hiredis
- GIT_TAG c14775b4e48334e0262c9f168887578f4a368b5d
+ GIT_TAG ccad7ebaf99310957004661d1c5f82d2a33ebd10
)
FetchContent_Declare(
@@ -146,9 +146,9 @@
FetchContent_Declare(
sqlite3
- URL https://sqlite.org/2023/sqlite-amalgamation-3410200.zip
+ URL https://sqlite.org/2026/sqlite-amalgamation-3530000.zip
URL_HASH
- SHA3_256=c51ca72411b8453c64e0980be23bc9b9530bdc3ec1513e06fbf022ed0fd02463
+ SHA3_256=c2325c53b3b41761469f91cfb078e96882ac5d85bac10c11b0bd8f253b031e5b
)
FetchContent_Declare(
|