summaryrefslogtreecommitdiff
path: root/build.zig.zon.nix
diff options
context:
space:
mode:
authorJeffrey C. Ollie <jeff@ocjtech.us>2025-07-19 09:58:37 -0500
committerMitchell Hashimoto <m@mitchellh.com>2025-07-19 13:01:33 -0700
commit22b2344f50d6a5a1b66fc52ee012f73a140b841d (patch)
tree380571432df24d2df78208d29a99ccd0f4cb6a2d /build.zig.zon.nix
parent1ec43839311236a30dfcfbaa674243f27c7f879a (diff)
gtk: update zig-gobject to get improved gobject accessors
Diffstat (limited to 'build.zig.zon.nix')
-rw-r--r--build.zig.zon.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.zig.zon.nix b/build.zig.zon.nix
index f70e43b70..c2114adfc 100644
--- a/build.zig.zon.nix
+++ b/build.zig.zon.nix
@@ -122,11 +122,11 @@ in
};
}
{
- name = "gobject-0.2.0-Skun7IWDlQAOKu4BV7LapIxL9Imbq1JRmzvcIkazvAxR";
+ name = "gobject-0.3.0-Skun7KzYnAAsvbz0JzKA4LBdXbLqj0eNXHoKAIE0HkOl";
path = fetchZigArtifact {
name = "gobject";
- url = "https://github.com/jcollie/ghostty-gobject/releases/download/0.14.0-2025-03-18-21-1/ghostty-gobject-0.14.0-2025-03-18-21-1.tar.zst";
- hash = "sha256-hWcpl0Wd3XydT+RY7+VIoxXPhCzele1Ip76YSh+KmLI=";
+ url = "https://github.com/jcollie/ghostty-gobject/releases/download/0.14.1-2025-07-19-27-1/ghostty-gobject-0.14.1-2025-07-19-27-1.tar.zst";
+ hash = "sha256-c4szPFC+L2H8ZQ3g7aoVi+lPmF4I6STxN9+fBhxaap8=";
};
}
{