···15891589 # semver scheme, contrary to preview versions which are listed on
15901590 # the VSCode Marketplace and use a calver scheme. We should avoid
15911591 # using preview versions, because they expire after two weeks.
15921592- version = "17.1.1";
15931593- hash = "sha256-hlhq4bR3v0AqI3lxilgNEgjjEEBVL0xfvIWbV/Ronh4=";
15921592+ version = "17.2.0";
15931593+ hash = "sha256-jruhqXJfCACYBFUbPCL22nhqCSrm1QFSMIpsPguQ6J8=";
15941594 };
15951595 meta = {
15961596 changelog = "https://marketplace.visualstudio.com/items/eamodio.gitlens/changelog";
···25162516 mktplcRef = {
25172517 name = "Ionide-fsharp";
25182518 publisher = "Ionide";
25192519- version = "7.26.1";
25202520- hash = "sha256-xNbW3VoFGeOaII3Z1l51F1IAKKaGP7FhE+rGuCdaHTI=";
25192519+ version = "7.26.2";
25202520+ hash = "sha256-Ox2L39Q3XsnktThVaLP0JxqJlvvkJXaZsdBE2A2ntAc=";
25212521 };
25222522 meta = {
25232523 changelog = "https://marketplace.visualstudio.com/items/Ionide.Ionide-fsharp/changelog";
···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; };