···11{
22+ lib,
23 appimageTools,
34 fetchurl,
44- lib,
55}:
66let
77 pname = "ankama-launcher";
88- version = "3.12.39";
88+ version = "3.13.5";
991010 # The original URL for the launcher is:
1111 # https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage
1212 # As it does not encode the version, we use the wayback machine (web.archive.org) to get a fixed URL.
1313 # To update the client, head to web.archive.org and create a new snapshot of the download page.
1414 src = fetchurl {
1515- url = "https://web.archive.org/web/20250413180128/https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage";
1616- hash = "sha256-25x+x5Y0pIxvJyjbctt9weCEiH0UlqGbGM7/RKkyHXA=";
1515+ url = "https://web.archive.org/web/20250617174847/https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage";
1616+ hash = "sha256-c3lG4Svd5gxsaUVJ3fiBO2ZL+U4pJxJX5Fg5ITZ/QwI=";
1717 };
18181919 appimageContents = appimageTools.extract { inherit pname version src; };