Skip to content

Commit

Permalink
[update] fix oniguruma hash
Browse files Browse the repository at this point in the history
  • Loading branch information
tiawl committed Nov 2, 2024
1 parent 2457cbe commit f9ca763
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ pub fn build (builder: *std.Build) !void
.oniguruma = .{
.name = "tiawl/oniguruma.zig",
.host = toolbox.Repository.Host.github,
.ref = toolbox.Repository.Reference.tag,
.ref = toolbox.Repository.Reference.commit,
},
.winpthreads = .{
.name = "kassane/winpthreads-zigbuild",
Expand Down
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
.hash = "122037046680450473adc3670f08c8695638d05f07c00be18e94ff3f7e21edf9ed9e",
},
.oniguruma = .{
.url = "https://github.com/tiawl/oniguruma.zig/archive/refs/tags/v6.9.9.tar.gz",
.hash = "1220901998824e7f2ba9469c64caa8841993d7a9fce51309db50b818af2f1b60bd5d",
.url = "https://github.com/tiawl/oniguruma.zig/archive/25212e0001e0d306be035101b2a25f4d4a84566e.tar.gz",
.hash = "1220d04c95aca104aeaacef9a1cfa9915e108cd500f586dcb597d6363da5fc660643",
},
.winpthreads = .{
.url = "https://github.com/kassane/winpthreads-zigbuild/archive/909ce0eacf5513be493837d13f2ef84f935bf9a8.tar.gz",
Expand Down

0 comments on commit f9ca763

Please sign in to comment.