Skip to content

Commit ccfb09d

Browse files
committed
Fix broken dependency on zig-sqlite fork
1 parent 386babb commit ccfb09d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/regz/build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
.hash = "N-V-__8AAF9angBT74NozogdqB-2vLldsWLcNYJD2TW9xSyF",
1616
},
1717
.sqlite = .{
18-
.url = "git+https://github.com/mattnite/zig-sqlite.git#4e554ab43095859e153a5652667fd8a4d697b223",
19-
.hash = "sqlite-3.47.2-AAAAACdIpQC782FmpW8DylXC9FX3DNs91fjcoffHjlfZ",
18+
.url = "git+https://github.com/vrischmann/zig-sqlite.git#20211398f6114c9aac711a67a4fc5a2f42bac1f0",
19+
.hash = "sqlite-3.48.0-F2R_awuMDgB5YDySyIsltg2fbJWc480EWhD04OIPnlbM",
2020
},
2121
},
2222
}

0 commit comments

Comments
 (0)