This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with import <nixpkgs>{}; | |
let | |
name = "ankama-launcher"; | |
src = fetchurl { | |
url = "https://download.ankama.com/launcher/full/linux/x64"; | |
sha256 = ""; # Change for the sha256 you get after running nix-prefetch-url https://download.ankama.com/launcher/full/linux/x64 | |
name = "ankama-launcher.AppImage"; | |
}; |