From 1ca6aaacc62144670d2292ce49aa2e285d3abf9b Mon Sep 17 00:00:00 2001 From: Harbiinger <=> Date: Mon, 9 Dec 2024 21:18:17 +0100 Subject: [PATCH] ankama-launcher: 3.12.26 -> 3.12.27 --- pkgs/by-name/an/ankama-launcher/package.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pkgs/by-name/an/ankama-launcher/package.nix b/pkgs/by-name/an/ankama-launcher/package.nix index 25b3c3c34046..45f365267c39 100644 --- a/pkgs/by-name/an/ankama-launcher/package.nix +++ b/pkgs/by-name/an/ankama-launcher/package.nix @@ -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; }; @@ -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;