Skip to content

Commit b0513b8

Browse files
committed
Update sqlite3 in wasm build
1 parent f9f6f44 commit b0513b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3/assets/wasm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include(FetchContent)
1212
FetchContent_Declare(
1313
sqlite3
1414
# NOTE: When changing this, also update `test/wasm/sqlite3_test.dart`
15-
URL https://sqlite.org/2024/sqlite-autoconf-3460000.tar.gz
15+
URL https://sqlite.org/2024/sqlite-autoconf-3460100.tar.gz
1616
DOWNLOAD_EXTRACT_TIMESTAMP NEW
1717
)
1818

0 commit comments

Comments
 (0)