From 813e01a813398bd8fc621d7733a515b2d1ac32c5 Mon Sep 17 00:00:00 2001 From: Chris Marchesi Date: Mon, 8 Sep 2025 11:15:01 -0700 Subject: 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. :) --- build.zig.zon.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.zig.zon.nix') 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="; }; } { -- cgit v1.2.3