Skip to content

Commit c0f8258

Browse files
committed
ankama-launcher: 3.12.31 -> 3.12.30
1 parent 7ff8f55 commit c0f8258

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/an/ankama-launcher/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
}:
66
let
77
pname = "ankama-launcher";
8-
version = "3.12.31";
8+
version = "3.12.30";
99

1010
# 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 {
15-
url = "https://web.archive.org/web/20250131072647/https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage";
16-
hash = "sha256-ntKuvkY3G00vzWyYnJfz9TifowH2pS9FMeEDDJZMPR8=";
15+
url = "https://web.archive.org/web/20250203095353/https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage";
16+
hash = "sha256-qgWhC/xWUQpIoCNZcRxBPGpbNTFGysIF2N9a1MsxCFk=";
1717
};
1818

1919
appimageContents = appimageTools.extract { inherit pname version src; };

0 commit comments

Comments
 (0)