update to ghostty-appimage repo. hashes stay as it is identical content

This commit is contained in:
Emil Lerch 2025-10-02 12:39:56 -07:00
parent ee04009213
commit a9adf280da
Signed by: lobo
GPG key ID: A7B62D657EF764F8
2 changed files with 9 additions and 9 deletions

6
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1757745802,
"narHash": "sha256-hLEO2TPj55KcUFUU1vgtHE9UEIOjRcH/4QbmfHNF820=",
"lastModified": 1759036355,
"narHash": "sha256-0m27AKv6ka+q270dw48KflE0LwQYrO7Fm4/2//KCVWg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c23193b943c6c689d70ee98ce3128239ed9e32d1",
"rev": "e9f00bd893984bc8ce46c895c3bf7cac95331127",
"type": "github"
},
"original": {

View file

@ -9,7 +9,7 @@
let
# actual versions
upstreamVersion = "1.2.0";
appimageVersion = "v1.2.0";
appimageVersion = "v1.2.0+1";
# tip is harder to get to, and looks like this:
# upstreamVersion = "1.1.4-main+b58a761";
@ -28,11 +28,11 @@
src = pkgs.fetchurl {
# temporary fix for nvidia proprietary drivers
# See https://github.com/pkgforge-dev/ghostty-appimage/pull/95
url = if system == "x86_64-linux" then
"https://git.lerch.org/api/packages/lobo/generic/ghostty-appimage/1.2.0/Ghostty-1.2.0-x86_64.AppImage"
else
"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}";
# url = if system == "x86_64-linux" then
# "https://git.lerch.org/api/packages/lobo/generic/ghostty-appimage/1.2.0/Ghostty-1.2.0-x86_64.AppImage"
# else
# "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="
else