6 appimageTools.wrapType2 rec {
7 pname = "railway-wallet";
11 url = "https://github.com/Railway-Wallet/Railway-Wallet/releases/download/v${version}/Railway-linux-x86_64.AppImage";
12 hash = "sha256-dTvoX+wC/LfSPU7/Cftkqm6fvNwzwvMzizxGgTLOJgw=";
16 description = "Private DeFi wallet for Linux";
17 homepage = "https://www.railway.xyz";
18 license = lib.licenses.agpl3Only;
19 maintainers = with lib.maintainers; [ mitchmindtree ];
20 platforms = [ "x86_64-linux" ];