Skip to content

Commit

Permalink
ankama-launcher: 3.12.26 -> 3.12.27 (#363713)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Dec 9, 2024
2 parents 5d11e4f + 1ca6aaa commit 314edfd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pkgs/by-name/an/ankama-launcher/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
}:
let
pname = "ankama-launcher";
version = "3.12.26";
version = "3.12.27";

# The original URL for the launcher is:
# https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage
# As it does not encode the version, we use the wayback machine (web.archive.org) to get a fixed URL.
# To update the client, head to web.archive.org and create a new snapshot of the download page.
src = fetchurl {
url = "https://web.archive.org/web/20241206172526/https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage";
hash = "sha256-K/qe/qxMfcGWU5gyEfPdl0ptjTCWaqIXMCy4O8WEKCQ=";
url = "https://web.archive.org/web/20241209195235/https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage";
hash = "sha256-35seTJ8OVcMDvEkGtxRuZd7JSrqCfk2VSSDc6I8d7UI=";
};

appimageContents = appimageTools.extract { inherit pname version src; };
Expand Down Expand Up @@ -48,9 +48,6 @@ appimageTools.wrapType2 {
description = "Ankama Launcher";
longDescription = ''
Ankama Launcher is a portal that allows you to access Ankama's video games, VOD animations, webtoons, and livestreams, as well as download updates, stay up to date with the latest news, and chat with your friends.
If you encounter a `wine` error while running *Dofus*, delete or rename the `cinematics/` directory:
- Go to the directory where you installed the game and run: `mv content/gfx/cinematics content/gfx/cinematics_DISABLE`
'';
homepage = "https://www.ankama.com/en/launcher";
license = lib.licenses.unfree;
Expand Down

0 comments on commit 314edfd

Please sign in to comment.