wttr/build.zig.zon
Emil Lerch cf94c7ef70
Some checks failed
Generic zig build / build (push) Successful in 1m25s
Generic zig build / deploy (push) Failing after 43s
correctly pin openflights to specific commit
2026-01-05 13:56:39 -08:00

29 lines
1.1 KiB
Zig

.{
.name = .wttr,
.version = "0.1.0",
.dependencies = .{
.httpz = .{
.url = "https://github.com/karlseguin/http.zig/archive/refs/heads/master.tar.gz",
.hash = "httpz-0.0.0-PNVzrEktBwCzPoiua-S8LAYo2tILqczm3tSpneEzLQ9L",
},
.maxminddb = .{
.url = "https://github.com/maxmind/libmaxminddb/archive/refs/tags/1.11.0.tar.gz",
.hash = "N-V-__8AAAYyBQCd9x7qVVFKQIxi01UZ1K8ZFZFfTzj99CvX",
},
.openflights = .{
.url = "git+https://github.com/jpatokal/openflights/#48db9507bb562ed6bc009cde3f3a16fa3116f159",
.hash = "N-V-__8AAL8tFgMfL4Y2FQTRciAyueOiE5K5PPV3gI3eanes",
},
.zeit = .{
.url = "git+https://github.com/rockorager/zeit?ref=zig-0.15#7ac64d72dbfb1a4ad549102e7d4e232a687d32d8",
.hash = "zeit-0.6.0-5I6bk36tAgATpSl9wjFmRPMqYN2Mn0JQHgIcRNcqDpJA",
},
},
.fingerprint = 0x710c2b57e81aa678,
.minimum_zig_version = "0.15.2",
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}