dotfiles/mzte-nv/build.zig.zon

12 lines
319 B
Text
Raw Normal View History

2023-04-23 18:07:38 +02:00
.{
.name = "mzte-nv",
.version = "0.0.0",
.dependencies = .{
.znvim = .{
2023-06-27 23:00:13 +02:00
.url = "https://mzte.de/git/LordMZTE/znvim/archive/bce6595cc4a0867eea5403e2db927d8352a98d85.tar.gz",
.hash = "12203374d5927caa891985e5bfc02f60a2f066967606359a0b2e3863231af27b3023",
2023-04-23 18:07:38 +02:00
},
},
}