archipelago: 0.6.4 -> 0.6.5

https://github.com/ArchipelagoMW/Archipelago/releases/tag/0.6.5
This commit is contained in:
dish
2025-12-19 12:12:04 -05:00
parent 74b1eb801e
commit e3b9bcb8f7
+2 -2
View File
@@ -17,10 +17,10 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "archipelago";
version = "0.6.4";
version = "0.6.5";
src = fetchurl {
url = "https://github.com/ArchipelagoMW/Archipelago/releases/download/${finalAttrs.version}/Archipelago_${finalAttrs.version}_linux-x86_64.AppImage";
hash = "sha256-7yzRYLmrOuiubXOu/ljuBsWvphdJ+07v0LJD0Ae8BTQ=";
hash = "sha256-06EFpnMMz+yqqHDuUDw9AMBd0a0Ay7oVkzD4mna7XeM=";
};
dontUnpack = true;