ghostty-bin: 1.2.0 -> 1.2.1

This commit is contained in:
Leah Amelia Chen
2025-10-06 20:04:57 +02:00
parent 1d0c315ad2
commit 88f68585d4
+2 -2
View File
@@ -8,11 +8,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "ghostty-bin";
version = "1.2.0";
version = "1.2.1";
src = fetchurl {
url = "https://release.files.ghostty.org/${finalAttrs.version}/Ghostty.dmg";
hash = "sha256-QyHKQ00iRxWS6GwPfRAi9RDSlgX/50N0+MASmnPGAo4=";
hash = "sha256-rFXYJxz6UPE8KKhrPLvksLLvxUdlZzvoxLGhIF3hTGM=";
};
sourceRoot = ".";