Skip to content

Commit f43947e

Browse files
committed
archipelago: 0.6.0 -> 0.6.1
1 parent 0f80294 commit f43947e

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.6.0";
10+
version = "0.6.1";
1111
src = fetchurl {
1212
url = "https://github.com/ArchipelagoMW/Archipelago/releases/download/${version}/Archipelago_${version}_linux-x86_64.AppImage";
13-
hash = "sha256-hpyMi/Zd4yDKd/53xuChRTQDD9QkcyqwqrmwoWSQMkY=";
13+
hash = "sha256-8mPlR5xVnHL9I0rV4bMFaffSJv7dMlCcPHrLkM/pyVU=";
1414
};
1515

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

0 commit comments

Comments
 (0)