13 name = "StatusIm-Desktop-v${version}-${commit}-x86_64.AppImage";
14 url = "https://github.com/status-im/status-desktop/releases/download/${version}/StatusIm-Desktop-v${version}-${commit}-x86_64.tar.gz";
15 hash = "sha256-i91E1eaN6paM+uZ8EvO1+Wj0Po9KnzQorG0tWKF4hn8=";
18 mv $out/StatusIm-Desktop-v${version}-${commit}-x86_64.AppImage $TMPDIR/tmp
24 desktopEntry = makeDesktopItem {
26 desktopName = "Status Desktop";
27 exec = "status-desktop";
29 comment = "Desktop client for the Status Network";
30 categories = ["Network"];
33 url = "https://github.com/status-im/status-desktop/raw/afde83651724a555626b5d9a3d582918de6c3d59/status.png";
34 hash = "sha256-ViGuOr9LskGs/P7pjPO9zYgosWaZlZZYVuPpliOA5dY=";
36 pname = "status-desktop";
37 in appimageTools.wrapType2 {
38 inherit pname version src;
39 extraInstallCommands = ''
40 install -m 444 -D ${desktopEntry}/share/applications/status.desktop $out/share/applications/status.desktop
41 install -m 444 -D ${icon} $out/share/icons/hicolor/512x512/apps/status.png
44 description = "Desktop client for the Status Network";
45 license = licenses.mpl20;
46 maintainers = with maintainers; [ a-kenji ];
47 platforms = platforms.linux;