From 5031a2eab790d5734fc726ce570a6aa3c673887d Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Wed, 15 Oct 2025 10:09:53 -0700 Subject: [PATCH] upgrade to 1.2.2 --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 1728ca2..f5a49ea 100644 --- a/flake.nix +++ b/flake.nix @@ -8,8 +8,8 @@ outputs = { self, nixpkgs }: let # actual versions - upstreamVersion = "1.2.0"; - appimageVersion = "v1.2.0+1"; + upstreamVersion = "1.2.2"; + appimageVersion = "v1.2.2"; # tip is harder to get to, and looks like this: # upstreamVersion = "1.1.4-main+b58a761"; @@ -34,9 +34,9 @@ # "https://git.lerch.org/api/packages/lobo/generic/ghostty-appimage/1.2.0/Ghostty-1.2.0-aarch64.AppImage"; url = "https://github.com/psadi/ghostty-appimage/releases/download/${appimageVersion}/${appimagename}"; hash = if system == "x86_64-linux" then - "sha256-E78tVBzSfoc+xZ2HKy0gAmmCwSxI+idIvZrg9wsJ4rc=" + "sha256-9FqakNv4p9HTvYv8ed1AQapRolCHfpk1RhmaC2Jwwqk=" else - "sha256-3j7yGUCkvGErlYTS6njkuoSaqgKtFvNZ4/RWlx3B7Fc="; + "sha256-0LoDwLDALY1CriTMs63Eln74nGwuQzWo2A1IYGoMEn4="; }; nativeBuildInputs = [ pkgs.makeWrapper ];