diff --git a/flake.lock b/flake.lock index 2d4d345..c008084 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index 68e5dd6..1728ca2 100644 --- a/flake.nix +++ b/flake.nix @@ -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