archipelago-minecraft: 0.5.0 -> 0.5.1 (#359472)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-11-29 16:26:25 +00:00 committed by GitHub
commit d063ad64cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,10 +7,10 @@
}: }:
let let
pname = "archipelago"; pname = "archipelago";
version = "0.5.0"; version = "0.5.1";
src = fetchurl { src = fetchurl {
url = "https://github.com/ArchipelagoMW/Archipelago/releases/download/${version}/Archipelago_${version}_linux-x86_64.AppImage"; 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; }; appimageContents = appimageTools.extractType2 { inherit pname version src; };