11 sha256 = "20eb48989b5ae5e60e438eff6830ac79a0d89ac26dff058097260e747e866444"; # Taken from release's checksums.txt.gpg
14 url = "https://github.com/mycryptohq/mycrypto/releases/download/${version}/linux-x86-64_${version}_MyCrypto.AppImage";
18 appimageContents = appimageTools.extractType2 {
19 inherit pname version src;
22 desktopItem = makeDesktopItem {
25 comment = "MyCrypto is a free, open-source interface for interacting with the blockchain";
28 categories = [ "Finance" ];
32 appimageTools.wrapType2 {
33 inherit pname version src;
35 extraInstallCommands = ''
37 cp -rt $out/share ${desktopItem}/share/applications ${appimageContents}/usr/share/icons
38 chmod -R +w $out/share
39 mv $out/share/icons/hicolor/{0x0,256x256}
43 description = "Free, open-source interface for interacting with the blockchain";
45 MyCrypto is an open-source, client-side tool for generating ether wallets,
46 handling ERC-20 tokens, and interacting with the blockchain more easily.
48 homepage = "https://mycrypto.com";
49 license = licenses.mit;
50 platforms = [ "x86_64-linux" ];
52 mainProgram = "MyCrypto";