12 x86_64-linux = "amd64";
13 aarch64-linux = "arm64";
15 ."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
18 amd64-linux_hash = "sha256-Ey2FhekQVSYB0ki4U3HyuKs/URgtZMCl41jkPsZMNrQ=";
19 arm64-linux_hash = "sha256-oiimMFwwkBOwqlCSFoGQSYHsDpcjTQingyuBkYz8fvA=";
21 ."${arch}-linux_hash";
23 mkFranzDerivation rec {
28 url = "https://github.com/ferdium/ferdium-app/releases/download/v${version}/Ferdium-linux-${version}-${arch}.deb";
32 extraBuildInputs = [ xorg.libxshmfence ];
35 updateScript = ./update.sh;
39 description = "All your services in one place built by the community";
40 homepage = "https://ferdium.org/";
41 license = licenses.asl20;
42 maintainers = with maintainers; [ magnouvean ];