archipelago: 0.6.2 -> 0.6.3

(cherry picked from commit fd964e5cee)
This commit is contained in:
iqubic
2025-08-11 18:36:52 -07:00
committed by github-actions[bot]
parent c1f49d44d4
commit cf95e395ec

View File

@@ -7,10 +7,10 @@
}:
let
pname = "archipelago";
version = "0.6.2";
version = "0.6.3";
src = fetchurl {
url = "https://github.com/ArchipelagoMW/Archipelago/releases/download/${version}/Archipelago_${version}_linux-x86_64.AppImage";
hash = "sha256-DdlfHb8iTCfTGGBUYQeELYh2NF/2GcamtuJzeYb2A5M=";
hash = "sha256-PetlGYsdhyvThIFqy+7wbPLAXDcgN2Kcl2WF3rta8PA=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };