Update dependencies and improve configuration

This commit is contained in:
2026-06-08 12:54:39 +02:00
parent f5b429f704
commit 823302f7e5
10 changed files with 58 additions and 47 deletions
+2 -1
View File
@@ -5,10 +5,11 @@
}: let
pname = "fluxer";
version = "canary";
hash = "sha256-GdoBK+Z/d2quEIY8INM4IQy5tzzIBBM+3CgJXQn0qAw=";
src = fetchurl {
url = "https://api.fluxer.app/dl/desktop/stable/linux/x64/latest/appimage";
sha256 = "sha256-GdoBK+Z/d2quEIY8INM4IQy5tzzIBBM+3CgJXQn0qAw=";
sha256 = hash;
};
appimageContents = appimageTools.extract {inherit pname version src;};