diff options
| author | Chris Marchesi <chrism@vancluevertech.com> | 2025-09-08 11:15:01 -0700 |
|---|---|---|
| committer | Chris Marchesi <chrism@vancluevertech.com> | 2025-09-08 11:15:01 -0700 |
| commit | 813e01a813398bd8fc621d7733a515b2d1ac32c5 (patch) | |
| tree | d0074277114c4f618a2c656946bdf9380f62ae03 /build.zig.zon.nix | |
| parent | 1feb39864133b68884bb2e9b8345d67bba894f72 (diff) | |
deps: update z2d to v0.8.0
Release notes at:
https://github.com/vancluever/z2d/blob/v0.8.0/CHANGELOG.md
This is a small update and likely contains nothing related to Ghostty,
but I wanted to make sure it got in before the 1.2.0 release since it
contains the removal of non-functional code that wasn't compiling, just
for correctness' sake.
Also if for some reason ARGB/XRGB is needed for some utility purpose,
it's there now. :)
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 22ca13248..8a34f4776 100644 --- a/build.zig.zon.nix +++ b/build.zig.zon.nix @@ -291,11 +291,11 @@ in }; } { - name = "z2d-0.7.2-j5P_Hm1oDQDQsWpGfSCMARhowBnuTHlQ_sBfij6TuG7l"; + name = "z2d-0.8.0-j5P_HgW8DQBvCefcGWPZA1WC5Nco08WhKjG3XCW3thMr"; path = fetchZigArtifact { name = "z2d"; - url = "https://github.com/vancluever/z2d/archive/refs/tags/v0.7.2.tar.gz"; - hash = "sha256-tWrLlEOU4/0ZOlzgGOXB08fW7sqfyAFf3rlv0wl9b/c="; + url = "https://github.com/vancluever/z2d/archive/refs/tags/v0.8.0.tar.gz"; + hash = "sha256-0yR5Yc5MxOJBV1cv4LOWBwWkZYcGU53qFZd40TlZPcg="; }; } { |
