File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/an/ankama-launcher Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55} :
66let
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 ; } ;
You can’t perform that action at this time.
0 commit comments