Skip to content

Commit

Permalink
💩 Same as last last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
adia-dev committed Feb 14, 2024
1 parent d7bb3fe commit 27e80a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Or manually paste this in your `build.zig.zon`
// other deps...
.chroma = .{
.url = "https://github.com/adia-dev/chroma-zig/archive/refs/tags/v0.1.0.tar.gz",
.hash = "122041636cc48e6a40790ac972dbdc7904e5a89987e476b57e4446fbe0ee68b4d467",
.hash = "12203dca2231f1d4e1fe9e0c2f28e6497db76c24434b6ca9b872eaca9d40f45d97ba",
},
// ...
},
Expand Down
7 changes: 1 addition & 6 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@
// `zig build --fetch` can be used to fetch all dependencies of a package, recursively.
// Once all dependencies are fetched, `zig build` no longer requires
// internet connectivity.
.dependencies = .{
.chroma = .{
.url = "https://github.com/adia-dev/chroma-zig/archive/refs/tags/v0.1.0.tar.gz",
.hash = "12203dca2231f1d4e1fe9e0c2f28e6497db76c24434b6ca9b872eaca9d40f45d97ba",
},
},
.dependencies = .{},
.paths = .{
// This makes *all* files, recursively, included in this package. It is generally
// better to explicitly list the files and directories instead, to insure that
Expand Down

0 comments on commit 27e80a5

Please sign in to comment.