Skip to content

Commit 60e077b

Browse files
authored
deps: update z2d to v0.7.2 (ghostty-org#8354)
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: 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.
2 parents f4abece + 50fe12e commit 60e077b

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
.z2d = .{
2222
// vancluever/z2d
23-
.url = "https://github.com/vancluever/z2d/archive/refs/tags/v0.7.1.tar.gz",
24-
.hash = "z2d-0.7.1-j5P_HhFQDQC6T5srG235r_nQpCrNwI15Gu2zqVrtUxN5",
23+
.url = "https://github.com/vancluever/z2d/archive/refs/tags/v0.7.2.tar.gz",
24+
.hash = "z2d-0.7.2-j5P_Hm1oDQDQsWpGfSCMARhowBnuTHlQ_sBfij6TuG7l",
2525
.lazy = true,
2626
},
2727
.zig_objc = .{

build.zig.zon.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.zig.zon.nix

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.zig.zon.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flatpak/zig-packages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@
157157
},
158158
{
159159
"type": "archive",
160-
"url": "https://github.com/vancluever/z2d/archive/refs/tags/v0.7.1.tar.gz",
161-
"dest": "vendor/p/z2d-0.7.1-j5P_HhFQDQC6T5srG235r_nQpCrNwI15Gu2zqVrtUxN5",
162-
"sha256": "e99aa0acefdb723827b9071fabcf55629b5452876c12b33c173ea7c016614c9b"
160+
"url": "https://github.com/vancluever/z2d/archive/refs/tags/v0.7.2.tar.gz",
161+
"dest": "vendor/p/z2d-0.7.2-j5P_Hm1oDQDQsWpGfSCMARhowBnuTHlQ_sBfij6TuG7l",
162+
"sha256": "b56acb944394e3fd193a5ce018e5c1d3c7d6eeca9fc8015fdeb96fd3097d6ff7"
163163
},
164164
{
165165
"type": "archive",

0 commit comments

Comments
 (0)