Skip to content

Commit d86c27d

Browse files
authored
zig.mod: fix http dep
1 parent cbc803e commit d86c27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: zig.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ c_source_files:
99
- c/sqlite3.c
1010
- c/workaround.c
1111
dependencies:
12-
- src: https://sqlite.org/2025/sqlite-amalgamation-3480000.zip
12+
- src: http https://sqlite.org/2025/sqlite-amalgamation-3480000.zip sha256-d9a15a42db7c78f88fe3d3c5945acce2f4bfe9e4da9f685cd19f6ea1d40aa884
1313
c_include_dirs:
1414
- sqlite-amalgamation-3480000
1515
c_source_files:

0 commit comments

Comments
 (0)