Skip to content

Commit 25614ff

Browse files
authoredFeb 16, 2025
Merge pull request #181 from nektro/patch-1
zig.mod: fix http dep
2 parents cbc803e + c6f3b23 commit 25614ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎zig.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ description: Thin SQLite wrapper
66
c_include_dirs:
77
- c
88
c_source_files:
9-
- c/sqlite3.c
109
- c/workaround.c
1110
dependencies:
12-
- src: https://sqlite.org/2025/sqlite-amalgamation-3480000.zip
11+
- src: http https://sqlite.org/2025/sqlite-amalgamation-3480000.zip sha256-d9a15a42db7c78f88fe3d3c5945acce2f4bfe9e4da9f685cd19f6ea1d40aa884
1312
c_include_dirs:
1413
- sqlite-amalgamation-3480000
1514
c_source_files:

0 commit comments

Comments
 (0)
Please sign in to comment.