diff options
| author | Chris Marchesi <chrism@vancluevertech.com> | 2025-10-09 12:36:17 -0700 |
|---|---|---|
| committer | Chris Marchesi <chrism@vancluevertech.com> | 2025-10-09 12:48:52 -0700 |
| commit | 36b3c1fa47a2c300a60f1473f32d6983119f6421 (patch) | |
| tree | c3e5326d198c19d85ecd038d6f2a65c52169685f /build.zig.zon.nix | |
| parent | f2c7f4ec0f7882a30abcd3496c9044a424083447 (diff) | |
deps: update z2d to v0.9.0
Release notes at:
https://github.com/vancluever/z2d/blob/v0.9.0/CHANGELOG.md
This release brings our Zig 0.15.x branch into main, now that Ghostty is
on it too.
Additionally, this adds major speedups to the default path (filling with a
solid color using the default operator).
Diffstat (limited to 'build.zig.zon.nix')
| -rw-r--r-- | build.zig.zon.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.zig.zon.nix b/build.zig.zon.nix index dd59e709a..d699b454b 100644 --- a/build.zig.zon.nix +++ b/build.zig.zon.nix @@ -307,11 +307,11 @@ in }; } { - name = "z2d-0.8.2-pre-j5P_HlVRFgCsBTQ3EgUoKbYHx5JMnyH1mHsOSPiafnef"; + name = "z2d-0.9.0-j5P_Hu-WFgA_JEfRpiFss6gdvcvS47cgOc0Via2eKD_T"; path = fetchZigArtifact { name = "z2d"; - url = "https://deps.files.ghostty.org/z2d-a1237f6881d99b75abd8a20a934e62e34b44a005.tar.gz"; - hash = "sha256-5/qRZAIh1U42v7jql9W0jr2zzQZtu39DxJPLVrSybJg="; + url = "https://github.com/vancluever/z2d/archive/refs/tags/v0.9.0.tar.gz"; + hash = "sha256-+QqCRoXwrFA1/l+oWvYVyAVebGQitAFQNhi9U3EVrxA="; }; } { |
