diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-08-20 15:37:14 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-09-09 17:32:59 -0400 |
commit | 0778889af513a5d5b3f4b4a6a23f0e729cb42ee7 (patch) | |
tree | d933d41e2cd6f7ff125ac4ffcfa443e63ece28ee /build.zig.zon | |
parent | 56b6b8a386642e245a3982505b11c953811017e8 (diff) |
Upgrade deps to 0.15.1
Diffstat (limited to 'build.zig.zon')
-rw-r--r-- | build.zig.zon | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/build.zig.zon b/build.zig.zon index 9a60200..aff5d0d 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -37,16 +37,16 @@ // internet connectivity. .dependencies = .{ .network = .{ - .url = "https://github.com/ikskuh/zig-network/archive/c76240d2240711a3dcbf1c0fb461d5d1f18be79a.zip", - .hash = "network-0.1.0-AAAAAOwlAQAQ6zKPUrsibdpGisxld9ftUKGdMvcCSpaj", + .url = "git+https://github.com/ikskuh/zig-network#7947237eec317d9458897f82089f343a05450c2b", + .hash = "network-0.1.0-Pm-Agl8xAQBmkwohveGOfTk4zQnuqDs0Ptfbms4KP5Ce", }, .clap = .{ - .url = "git+https://github.com/Hejsil/zig-clap?ref=0.10.0#e47028deaefc2fb396d3d9e9f7bd776ae0b2a43a", - .hash = "clap-0.10.0-oBajB434AQBDh-Ei3YtoKIRxZacVPF1iSwp3IX_ZB8f0", + .url = "git+https://github.com/Hejsil/zig-clap#9cfa61596cd44ef7be35f8d2e108d2025e09868e", + .hash = "clap-0.10.0-oBajB_TnAQB0l5UdW9WYhhJDEswbedvwFOzzZwGknYeR", }, .gatorcat = .{ - .url = "git+https://github.com/kj4tmp/gatorcat.git#0a97b666677501db4939e3e8245f88a19e015893", - .hash = "gatorcat-0.3.4-WcrpTcleBwCta_9TjomuIGb3bdg2Pke_FXI_WkMTEivH", + .url = "git+https://github.com/jeffective/gatorcat#db73d0f7780331d82e785e85773d1afaf154c2e6", + .hash = "gatorcat-0.3.11-WcrpTQn0BwArrCFVHy9FPBIPDJQqPrFdJlhiyH7Ng5x4", }, }, .paths = .{ |