Skip to content

Commit 1c93ce8

Browse files
committed
Update zinc dependencies
1 parent 717dd38 commit 1c93ce8

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

frameworks/Zig/zinc/build.zig.zon

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,21 @@
33
.version = "0.1.0",
44
.dependencies = .{
55
.zinc = .{
6-
.url = "https://github.com/zon-dev/zinc/archive/refs/tags/0.1.0-beta4.tar.gz",
7-
.hash = "12201f5d2138d81c9aa85bf18a550df6329d98f02645bc5f9e1eb82b2ed98d211bb6",
6+
.url = "https://github.com/zon-dev/zinc/archive/refs/tags/0.1.0-beta.5.tar.gz",
7+
.hash = "12201444aa36b4a83f262f319e7c17ccdcff9fbde2efbeb5fc94f1a07eda0d99428e",
88
},
99
.@"zig-datetime" = .{
10-
.url = "https://github.com/frmdstryr/zig-datetime/archive/refs/heads/master.zip",
10+
.url = "git+https://github.com/frmdstryr/zig-datetime#70aebf28fb3e137cd84123a9349d157a74708721",
1111
.hash = "122077215ce36e125a490e59ec1748ffd4f6ba00d4d14f7308978e5360711d72d77f",
1212
},
13+
.pg = .{
14+
.url = "git+https://github.com/karlseguin/pg.zig",
15+
.hash = "1220df8995ceea78a4a37a505fc779ded75725d0606c33fded26103953524dde1619",
16+
},
17+
.mustache = .{
18+
.url = "git+https://github.com/batiati/mustache-zig",
19+
.hash = "1220cd6e1b49bdd0a568682957dab9a6864554755908f7de990ec7c050f58cf41da2",
20+
},
1321
},
1422
.paths = .{
1523
"build.zig",

0 commit comments

Comments
 (0)