Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.name = .zigmark,
// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.
.version = "0.6.0",
.version = "0.6.2",
// Together with name, this represents a globally unique package
// identifier. This field is generated by the Zig toolchain when the
// package is first created, and then *never changes*. This allows
Expand Down Expand Up @@ -67,8 +67,8 @@
.hash = "N-V-__8AACaGFwDmjLKFjd0jlhijuVlTuOCGoRVvp406CsLD",
},
.pozeiden = .{
.url = "https://github.com/sc2in/pozeiden/archive/refs/tags/v0.1.0.tar.gz",
.hash = "pozeiden-0.1.0-NAqiXThiCgCKuU61t_p5Nw2YP7ZHK6JMFfGcMXIX3HLN",
.url = "https://github.com/sc2in/pozeiden/archive/refs/tags/v0.1.2.tar.gz",
.hash = "pozeiden-0.1.2-NAqiXZmYCgDmXFgpV7f3BqFaB3AeiMfByoKkxuQa668K",
},
},
// Specifies the set of files and directories that are included in this package.
Expand Down
6 changes: 3 additions & 3 deletions build.zig.zon2json-lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"hash": "sha256-HiSGtRsSbW03R6aKoMVVFOLrwP5aXtpeXUC/bE5M/qo=",
"rev": "587a12bb54d95ac37241377e6ddc93ea0e45439b"
},
"pozeiden-0.1.0-NAqiXThiCgCKuU61t_p5Nw2YP7ZHK6JMFfGcMXIX3HLN": {
"pozeiden-0.1.2-NAqiXZmYCgDmXFgpV7f3BqFaB3AeiMfByoKkxuQa668K": {
"name": "pozeiden",
"url": "https://github.com/sc2in/pozeiden/archive/refs/tags/v0.1.0.tar.gz",
"hash": "sha256-FGno4AH5nbh4+QiiUy97J8vyo0oes5JhT/+JQqAAUdA="
"url": "https://github.com/sc2in/pozeiden/archive/refs/tags/v0.1.2.tar.gz",
"hash": "sha256-DBZy/m8zEetjZVXSh1o3kU5pp8ctyYsfkM8TpGonDmA="
},
"zigmark-0.5.0-cwOiyHzQCQBz8SXqL4pV4shRF5KG4kZxvbps1fpHygGg": {
"name": "zigmark",
Expand Down
Loading