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-06-27 23:00:13 +02:00
.url = "https://github.com/ziglibs/known-folders/archive/d070896807cbbd2847d24d561438994504b929dd.tar.gz",
.hash = "122001a81a0ba2faca0271d53c50e8069721fe66a19d71dd8498e61fa26d7ca6f558",
},
},
}