Add Moonfin Flatpak bundle support and update Flatpak configuration
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Moonfin 2.0.0 Jellyfin client — upstream Flatpak bundle (not on Flathub yet).
|
||||
# https://github.com/Moonfin-Client/Moonfin-Core/releases/tag/2.0.0
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
chiasson.system.flatpak.bundles = [
|
||||
{
|
||||
appId = "org.moonfin.linux";
|
||||
bundle = pkgs.fetchurl {
|
||||
url = "https://github.com/Moonfin-Client/Moonfin-Core/releases/download/2.0.0/Moonfin_Linux_v2.0.0.flatpak";
|
||||
hash = "sha256-sLtrsqBaJ1wriTkIdLylqMc9ygNkHrNm4YS/816nIFQ=";
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user