mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 02:22:30 +00:00
chore(build): update squall dependency
This commit is contained in:
parent
a9edf465fb
commit
555e6f4b10
1 changed files with 9 additions and 6 deletions
|
|
@ -2,11 +2,14 @@
|
|||
.name = "typhoon",
|
||||
.version = "1.0.0",
|
||||
.paths = .{ "LICENSE", "README.md", "build.zig", "build.zig.zon", "tempest" },
|
||||
.dependencies = .{ .system = .{
|
||||
.dependencies = .{
|
||||
.system = .{
|
||||
.url = "https://github.com/thunderbrewhq/system/archive/refs/heads/master.zip",
|
||||
.hash = "1220d6a6e4e2f836c1c22eb128e6c74c773ea191bfbaac02601dcb5238c2b0874182",
|
||||
}, .squall = .{
|
||||
},
|
||||
.squall = .{
|
||||
.url = "https://github.com/thunderbrewhq/squall/archive/refs/heads/master.zip",
|
||||
.hash = "12203d06b0915454736d3feff49015777b5622ff9a759329eadc53e3252de4227e4e",
|
||||
}, },
|
||||
.hash = "12209ca2de75a672d95de79cacb1b2d9063dc6bbbc6bdac9d8ff27806fdab5ee5a12",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue