Skip to content

Commit 4b9a151

Browse files
authored
archipelago-minecraft: 0.5.1 -> 0.6.0 (NixOS#395198)
2 parents b0956a1 + 3c80982 commit 4b9a151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ar/archipelago/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
}:
88
let
99
pname = "archipelago";
10-
version = "0.5.1";
10+
version = "0.6.0";
1111
src = fetchurl {
1212
url = "https://github.com/ArchipelagoMW/Archipelago/releases/download/${version}/Archipelago_${version}_linux-x86_64.AppImage";
13-
hash = "sha256-/TwmTQtV/6bR95ZQNEcOFQ4t/0otNK8xx5N+yoYaiYk=";
13+
hash = "sha256-hpyMi/Zd4yDKd/53xuChRTQDD9QkcyqwqrmwoWSQMkY=";
1414
};
1515

1616
appimageContents = appimageTools.extractType2 { inherit pname version src; };

0 commit comments

Comments
 (0)