diff --git a/modules/hosts/14900k/_private/moonfin-flatpak.nix b/modules/hosts/14900k/_private/moonfin-flatpak.nix index 4211c8b..0cdd495 100644 --- a/modules/hosts/14900k/_private/moonfin-flatpak.nix +++ b/modules/hosts/14900k/_private/moonfin-flatpak.nix @@ -1,13 +1,13 @@ -# 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 +# Moonfin 2.1.0 Jellyfin client — upstream Flatpak bundle (not on Flathub yet). +# https://github.com/Moonfin-Client/Moonfin-Core/releases/tag/2.1.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="; + url = "https://github.com/Moonfin-Client/Moonfin-Core/releases/download/2.1.0/Moonfin_Linux_v2.1.0.flatpak"; + hash = "sha256-dJcI/bzKS/+SCkHarSBesei5CKCm93SjRJBp09Jn810="; }; } ];