Skip to content

Commit

Permalink
update missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoff-it committed Jul 21, 2024
1 parent 5dbf49c commit ae22118
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@
.hash = "12209cde192558f8b3dc098ac2330fc2a14fdd211c5433afd33085af75caa9183147",
},
.scripty = .{
.path = "../scripty",
// .url = "git+https://github.com/kristoff-it/scripty#ee2c6ae13d27d37d60e23779751f6ce7fc2203b4",
// .hash = "1220886cea755b179a445978e24cd7fa77a3887a20ffe0596d1ff0bd4c29eb36be20",
.url = "git+https://github.com/kristoff-it/scripty#329e496043476254b6dd0990457cdbcee5c18191",
.hash = "1220165019c862f801952d1529b990ec72de3d3b53c3a81be23500b1a10cac7266c2",
},
},
.paths = .{"."},
.paths = .{
"LICENSE",
"build.zig",
"build.zig.zon",
"src",
},
}

0 comments on commit ae22118

Please sign in to comment.