ghostty-bin: 1.3.0 -> 1.3.1

This commit is contained in:
Leah Amelia Chen
2026-03-14 00:44:29 +08:00
parent dc3ec96f10
commit cf290e1f34
+2 -2
View File
@@ -8,11 +8,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "ghostty-bin";
version = "1.3.0";
version = "1.3.1";
src = fetchurl {
url = "https://release.files.ghostty.org/${finalAttrs.version}/Ghostty.dmg";
hash = "sha256-U/6Y5wmCEYAIwDuf2/XfJlUip/22vfoY630NTNMdDMU=";
hash = "sha256-GM/ysKbO6Q7q2cfTBk6AiiUqQLryFKp1LB7LeTuPX2k=";
};
sourceRoot = ".";