ghostty-bin: 1.2.3 -> 1.3.0

This commit is contained in:
Leah Amelia Chen
2026-03-10 00:46:24 +08:00
parent 313696000a
commit 85c85d3c50
+2 -2
View File
@@ -8,11 +8,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "ghostty-bin";
version = "1.2.3";
version = "1.3.0";
src = fetchurl {
url = "https://release.files.ghostty.org/${finalAttrs.version}/Ghostty.dmg";
hash = "sha256-817pHxFuKAJ6ufje9FCYx1dbRLQH/4g6Lc0phcSDIGs=";
hash = "sha256-U/6Y5wmCEYAIwDuf2/XfJlUip/22vfoY630NTNMdDMU=";
};
sourceRoot = ".";