Update archipelago (#424980)

authored by pyrox.dev and committed by

GitHub b8cf6031 dfc5f26c

+12 -3
+6
maintainers/maintainer-list.nix
··· 10946 10946 githubId = 16307070; 10947 10947 name = "iosmanthus"; 10948 10948 }; 10949 + iqubic = { 10950 + email = "sophia.b.caspe@gmail.com"; 10951 + github = "iqubic"; 10952 + githubId = 22628816; 10953 + name = "Sophia Caspe"; 10954 + }; 10949 10955 iquerejeta = { 10950 10956 github = "iquerejeta"; 10951 10957 githubId = 31273774;
+6 -3
pkgs/by-name/ar/archipelago/package.nix
··· 7 7 }: 8 8 let 9 9 pname = "archipelago"; 10 - version = "0.6.1"; 10 + version = "0.6.2"; 11 11 src = fetchurl { 12 12 url = "https://github.com/ArchipelagoMW/Archipelago/releases/download/${version}/Archipelago_${version}_linux-x86_64.AppImage"; 13 - hash = "sha256-8mPlR5xVnHL9I0rV4bMFaffSJv7dMlCcPHrLkM/pyVU="; 13 + hash = "sha256-DdlfHb8iTCfTGGBUYQeELYh2NF/2GcamtuJzeYb2A5M="; 14 14 }; 15 15 16 16 appimageContents = appimageTools.extractType2 { inherit pname version src; }; ··· 40 40 changelog = "https://github.com/ArchipelagoMW/Archipelago/releases/tag/${version}"; 41 41 license = lib.licenses.mit; 42 42 mainProgram = "archipelago"; 43 - maintainers = with lib.maintainers; [ pyrox0 ]; 43 + maintainers = with lib.maintainers; [ 44 + pyrox0 45 + iqubic 46 + ]; 44 47 platforms = lib.platforms.linux; 45 48 }; 46 49 }