update to ghostty-appimage repo. hashes stay as it is identical content
This commit is contained in:
parent
ee04009213
commit
a9adf280da
2 changed files with 9 additions and 9 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -2,11 +2,11 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1757745802,
|
"lastModified": 1759036355,
|
||||||
"narHash": "sha256-hLEO2TPj55KcUFUU1vgtHE9UEIOjRcH/4QbmfHNF820=",
|
"narHash": "sha256-0m27AKv6ka+q270dw48KflE0LwQYrO7Fm4/2//KCVWg=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "c23193b943c6c689d70ee98ce3128239ed9e32d1",
|
"rev": "e9f00bd893984bc8ce46c895c3bf7cac95331127",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
12
flake.nix
12
flake.nix
|
@ -9,7 +9,7 @@
|
||||||
let
|
let
|
||||||
# actual versions
|
# actual versions
|
||||||
upstreamVersion = "1.2.0";
|
upstreamVersion = "1.2.0";
|
||||||
appimageVersion = "v1.2.0";
|
appimageVersion = "v1.2.0+1";
|
||||||
|
|
||||||
# tip is harder to get to, and looks like this:
|
# tip is harder to get to, and looks like this:
|
||||||
# upstreamVersion = "1.1.4-main+b58a761";
|
# upstreamVersion = "1.1.4-main+b58a761";
|
||||||
|
@ -28,11 +28,11 @@
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
# temporary fix for nvidia proprietary drivers
|
# temporary fix for nvidia proprietary drivers
|
||||||
# See https://github.com/pkgforge-dev/ghostty-appimage/pull/95
|
# See https://github.com/pkgforge-dev/ghostty-appimage/pull/95
|
||||||
url = if system == "x86_64-linux" then
|
# 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"
|
# "https://git.lerch.org/api/packages/lobo/generic/ghostty-appimage/1.2.0/Ghostty-1.2.0-x86_64.AppImage"
|
||||||
else
|
# else
|
||||||
"https://git.lerch.org/api/packages/lobo/generic/ghostty-appimage/1.2.0/Ghostty-1.2.0-aarch64.AppImage";
|
# "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 = "https://github.com/psadi/ghostty-appimage/releases/download/${appimageVersion}/${appimagename}";
|
||||||
hash = if system == "x86_64-linux" then
|
hash = if system == "x86_64-linux" then
|
||||||
"sha256-E78tVBzSfoc+xZ2HKy0gAmmCwSxI+idIvZrg9wsJ4rc="
|
"sha256-E78tVBzSfoc+xZ2HKy0gAmmCwSxI+idIvZrg9wsJ4rc="
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue