diff options
| author | patrick-scho | 2025-04-11 13:12:03 +0200 |
|---|---|---|
| committer | patrick-scho | 2025-04-11 13:12:03 +0200 |
| commit | 1c058adf291e62e7adc9396c37655b962829948d (patch) | |
| tree | ee16ee1cd2b9d76af2605f9581849f0d5809cb06 /build.zig.zon | |
| parent | 4eda259f142c2ba004e9182ec196f50999e562aa (diff) | |
| download | chirp-1c058adf291e62e7adc9396c37655b962829948d.tar.gz chirp-1c058adf291e62e7adc9396c37655b962829948d.zip | |
update build.zig.zon
Diffstat (limited to 'build.zig.zon')
| -rw-r--r-- | build.zig.zon | 13 |
1 files changed, 8 insertions, 5 deletions
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", }, }, } |
