dotfiles/scripts/prompt/build.zig.zon

16 lines
573 B
Text
Raw Normal View History

.{
2023-04-16 18:39:30 +02:00
.name = "promt",
.version = "0.0.0",
.dependencies = .{
.ansi_term = .{
2023-06-27 23:00:13 +02:00
.url = "https://github.com/ziglibs/ansi-term/archive/fe6df80ab1de74be9d0114cfbca7173d6dc3ed93.tar.gz",
.hash = "12206275be1f3720c1f33e6a9cda79f25069996e44a0e6e7bf4b802116edd245b49f",
},
.known_folders = .{
2023-07-21 12:49:44 +02:00
.url = "https://github.com/ziglibs/known-folders/archive/fa75e1bc672952efa0cf06160bbd942b47f6d59b.tar.gz",
.hash = "122048992ca58a78318b6eba4f65c692564be5af3b30fbef50cd4abeda981b2e7fa5",
},
},
}