Skip to content

Commit 27e80a5

Browse files
committed
💩 Same as last last commit
1 parent d7bb3fe commit 27e80a5

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
},

‎build.zig.zon‎

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@
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

0 commit comments

Comments
 (0)