File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Or manually paste this in your `build.zig.zon`
4444 // other deps...
4545 .chroma = .{
4646 .url = "https://github.com/adia-dev/chroma-zig/archive/refs/tags/v0.1.0.tar.gz",
47- .hash = "122041636cc48e6a40790ac972dbdc7904e5a89987e476b57e4446fbe0ee68b4d467 ",
47+ .hash = "12203dca2231f1d4e1fe9e0c2f28e6497db76c24434b6ca9b872eaca9d40f45d97ba ",
4848 },
4949 // ...
5050},
Original file line number Diff line number Diff line change 1414 // `zig build --fetch` can be used to fetch all dependencies of a package, recursively.
1515 // Once all dependencies are fetched, `zig build` no longer requires
1616 // internet connectivity.
17- .dependencies = .{
18- .chroma = .{
19- .url = "https://github.com/adia-dev/chroma-zig/archive/refs/tags/v0.1.0.tar.gz" ,
20- .hash = "12203dca2231f1d4e1fe9e0c2f28e6497db76c24434b6ca9b872eaca9d40f45d97ba" ,
21- },
22- },
17+ .dependencies = .{},
2318 .paths = .{
2419 // This makes *all* files, recursively, included in this package. It is generally
2520 // better to explicitly list the files and directories instead, to insure that
You can’t perform that action at this time.
0 commit comments