flatpak: replace direct flatpak download with flatpakref for Amethyst Mod Manager

This commit is contained in:
2026-08-06 10:26:04 -04:00
parent 3a30593b38
commit e0e42cd479
2 changed files with 6 additions and 7 deletions
+4
View File
@@ -17,6 +17,10 @@
name = "flathub-beta"; name = "flathub-beta";
location = "https://dl.flathub.org/beta-repo/flathub-beta.flatpakrepo"; location = "https://dl.flathub.org/beta-repo/flathub-beta.flatpakrepo";
} }
{
name = "amethyst-mod-manager";
location = "https://chrisdkn.github.io/Amethyst-Mod-Manager/amethyst.flatpakref";
}
]; ];
}; };
} }
+2 -7
View File
@@ -67,14 +67,9 @@ in
appId = "org.gtk.Gtk3theme.Breeze"; appId = "org.gtk.Gtk3theme.Breeze";
origin = "flathub"; origin = "flathub";
} }
rec { {
appId = "io.github.Amethyst.ModManager"; appId = "io.github.Amethyst.ModManager";
sha256 = "sha256-fpbIpuD6qwVDYJATNjpxLeVxZEBKS6MfK1UV3eS7eAQ="; origin = "amethyst-mod-manager";
bundle = "${pkgs.fetchurl {
url = "https://github.com/ChrisDKN/Amethyst-Mod-Manager/releases/download/v2.0.2/AmethystModManager.flatpak";
inherit sha256;
}}";
} }
]; ];
}; };