upgrade to 1.2.2

This commit is contained in:
Emil Lerch 2025-10-15 10:09:53 -07:00
parent a9adf280da
commit 5031a2eab7
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -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 ];