ghostty-bin: 1.1.3 -> 1.2.0

This commit is contained in:
Leah Amelia Chen
2025-09-15 19:50:33 +02:00
parent 539a8b7cd0
commit b3fd043d72
+2 -2
View File
@@ -8,11 +8,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "ghostty-bin";
version = "1.1.3";
version = "1.2.0";
src = fetchurl {
url = "https://release.files.ghostty.org/${finalAttrs.version}/Ghostty.dmg";
hash = "sha256-ZOUUGI9UlZjxZtbctvjfKfMz6VTigXKikB6piKFPJkc=";
hash = "sha256-QyHKQ00iRxWS6GwPfRAi9RDSlgX/50N0+MASmnPGAo4=";
};
sourceRoot = ".";