X-Git-Url: https://gitweb.ps.run/chirp/blobdiff_plain/a5ca46271850eb39cd48ad2eb6ee675a2e36e9c3..HEAD:/build.zig.zon diff --git a/build.zig.zon b/build.zig.zon index 4d2cc1f..9a97ec6 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,5 +1,6 @@ .{ - .name = "chirp", + .name = .chirp, + .fingerprint = 0xec28bf8bb19d527d, .version = "0.0.0", .paths = .{ "src/main.zig", @@ -8,12 +9,14 @@ }, .dependencies = .{ .lmdb = .{ - // .url = "git://pi@psch.dev:~/git/ziglmdb.git", - // .hash = "122001bacb21ad7eb237531fb218962270a178c52893bbfd9c5ce493232747e652e2", - .path = "../ziglmdb", + // .url = "git+https://github.com/patrick-scho/ziglmdb#34515088c250366d2e37345997b9c54039395050", + // .hash = "12205e0c136638e96ddea66e9df03f37d12307a3cc5c6e3adb59f6c3c29632dd0096", + .path = "ext/ziglmdb", }, .http = .{ - .path = "../zighttp", + // .url = "git+https://github.com/patrick-scho/zighttp#cbbbc36896f78f177617755a59278342214f4c04", + // .hash = "1220042dc55c4bf5fe1509264ce93a9f773a66db34212b5d670ef86fdda2d57d7333", + .path = "ext/zighttp", }, }, }