fixup! move AP to release version

This commit is contained in:
Noa Aarts 2025-07-30 15:36:05 +02:00
parent 261fed1d1d
commit 336393531f
Signed by: noa
GPG key ID: 1850932741EFF672

View file

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