ghostty{,-bin}: 1.3.0 -> 1.3.1 (#499609)

This commit is contained in:
Adam C. Stephens
2026-03-13 21:00:05 +00:00
committed by GitHub
2 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -8,11 +8,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "ghostty-bin";
version = "1.3.0";
version = "1.3.1";
src = fetchurl {
url = "https://release.files.ghostty.org/${finalAttrs.version}/Ghostty.dmg";
hash = "sha256-U/6Y5wmCEYAIwDuf2/XfJlUip/22vfoY630NTNMdDMU=";
hash = "sha256-GM/ysKbO6Q7q2cfTBk6AiiUqQLryFKp1LB7LeTuPX2k=";
};
sourceRoot = ".";
+5 -3
View File
@@ -11,9 +11,10 @@
glslang,
gtk4-layer-shell,
harfbuzz,
libadwaita,
libGL,
libx11,
libadwaita,
libxml2,
ncurses,
nixosTests,
oniguruma,
@@ -30,7 +31,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "ghostty";
version = "1.3.0";
version = "1.3.1";
outputs = [
"out"
@@ -44,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "ghostty-org";
repo = "ghostty";
tag = "v${finalAttrs.version}";
hash = "sha256-44bF0MtsaoF0EgUI1TbGUz4NUH6psIRMCZgZJ0GtSaU=";
hash = "sha256-+ddMmUe9Jjkun4qqW8XFXVgwVZdVHsGWcQzndgIlBjQ=";
};
deps = callPackage ./deps.nix {
@@ -64,6 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
glib # Required for `glib-compile-schemas`
wrapGAppsHook4
blueprint-compiler
libxml2 # `xmllint`
];
buildInputs = [