archipelago-minecraft: 0.5.0 -> 0.5.1

This commit is contained in:
R. Ryantm 2024-11-27 01:25:41 +00:00
parent b70d51fc86
commit 12da01a2e2

View File

@ -7,10 +7,10 @@
}:
let
pname = "archipelago";
version = "0.5.0";
version = "0.5.1";
src = fetchurl {
url = "https://github.com/ArchipelagoMW/Archipelago/releases/download/${version}/Archipelago_${version}_linux-x86_64.AppImage";
hash = "sha256-Dw5BBfCthB9xUJXYmnmIwmqlT/L24QZnKyELLjPGNRA=";
hash = "sha256-/TwmTQtV/6bR95ZQNEcOFQ4t/0otNK8xx5N+yoYaiYk=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };