ghostty: 1.3.0 -> 1.3.1

This commit is contained in:
Leah Amelia Chen
2026-03-14 00:44:24 +08:00
parent afaabaf792
commit dc3ec96f10
+2 -2
View File
@@ -30,7 +30,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "ghostty";
version = "1.3.0";
version = "1.3.1";
outputs = [
"out"
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "ghostty-org";
repo = "ghostty";
tag = "v${finalAttrs.version}";
hash = "sha256-44bF0MtsaoF0EgUI1TbGUz4NUH6psIRMCZgZJ0GtSaU=";
hash = "sha256-+ddMmUe9Jjkun4qqW8XFXVgwVZdVHsGWcQzndgIlBjQ=";
};
deps = callPackage ./deps.nix {