diff options
| author | Chris Marchesi <chrism@vancluevertech.com> | 2025-08-22 10:30:01 -0700 |
|---|---|---|
| committer | Chris Marchesi <chrism@vancluevertech.com> | 2025-08-22 10:30:01 -0700 |
| commit | 50fe12e85c25b0e96960d0ed1ad60506e46996a9 (patch) | |
| tree | 30419ad00ddba2e4afa11b588c2bda1b66770b05 /build.zig.zon.nix | |
| parent | f4abecefe44e0cc80a5b620d296de2c9bd162cff (diff) | |
deps: update z2d to v0.7.2
Release notes at:
https://github.com/vancluever/z2d/blob/v0.7.2/CHANGELOG.md
This is mostly a bugfix release for text rendering, including a fix for
an invalid free flagged as:
https://github.com/vancluever/z2d/security/advisories/GHSA-v7f4-f3hm-282w
Note that the invalid free affects the new in-library text rendering
only and as such is likely not in use in Ghostty.
I'm anticipating *maybe* one more release after this ahead of Ghostty
1.2.0, depending on if I find any more bugs, but close to around the
release I am planning a freeze to ensure a clean versioned release
continues to be set.
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 610372dbd..6450b8df9 100644 --- a/build.zig.zon.nix +++ b/build.zig.zon.nix @@ -290,11 +290,11 @@ in }; } { - name = "z2d-0.7.1-j5P_HhFQDQC6T5srG235r_nQpCrNwI15Gu2zqVrtUxN5"; + name = "z2d-0.7.2-j5P_Hm1oDQDQsWpGfSCMARhowBnuTHlQ_sBfij6TuG7l"; path = fetchZigArtifact { name = "z2d"; - url = "https://github.com/vancluever/z2d/archive/refs/tags/v0.7.1.tar.gz"; - hash = "sha256-6ZqgrO/bcjgnuQcfq89VYptUUodsErM8Fz6nwBZhTJs="; + url = "https://github.com/vancluever/z2d/archive/refs/tags/v0.7.2.tar.gz"; + hash = "sha256-tWrLlEOU4/0ZOlzgGOXB08fW7sqfyAFf3rlv0wl9b/c="; }; } { |
