ghostty-bin: 1.2.1 -> 1.2.2

This commit is contained in:
Leah Amelia Chen
2025-10-08 21:16:10 +02:00
parent 7255e34997
commit 2da0921330
+2 -2
View File
@@ -8,11 +8,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "ghostty-bin";
version = "1.2.1";
version = "1.2.2";
src = fetchurl {
url = "https://release.files.ghostty.org/${finalAttrs.version}/Ghostty.dmg";
hash = "sha256-rFXYJxz6UPE8KKhrPLvksLLvxUdlZzvoxLGhIF3hTGM=";
hash = "sha256-gSuOOWZUzKKihCGmqEnieJJ8iP4xFeoSQIL536ka454=";
};
sourceRoot = ".";