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
+2 -7
View File
@@ -67,14 +67,9 @@ in
appId = "org.gtk.Gtk3theme.Breeze";
origin = "flathub";
}
rec {
{
appId = "io.github.Amethyst.ModManager";
sha256 = "sha256-fpbIpuD6qwVDYJATNjpxLeVxZEBKS6MfK1UV3eS7eAQ=";
bundle = "${pkgs.fetchurl {
url = "https://github.com/ChrisDKN/Amethyst-Mod-Manager/releases/download/v2.0.2/AmethystModManager.flatpak";
inherit sha256;
}}";
origin = "amethyst-mod-manager";
}
];
};