ghostty: 1.2.1 -> 1.2.2

This commit is contained in:
Leah Amelia Chen
2025-10-08 20:31:07 +02:00
parent 88f68585d4
commit 7255e34997
+2 -2
View File
@@ -38,7 +38,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "ghostty";
version = "1.2.1";
version = "1.2.2";
outputs = [
"out"
@@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "ghostty-org";
repo = "ghostty";
tag = "v${finalAttrs.version}";
hash = "sha256-LIJ8ZzOzpZMwgJOlOE/n6yiJ/mVKHI4pt/1Bm93gbG8=";
hash = "sha256-BTIH8G1GKrcoMasvlA3fje8f1vZvr4uuAUHfvZq6LVY=";
};
deps = callPackage ./deps.nix {