Update Moonfin to version 2.1.0.

This commit is contained in:
2026-06-11 12:40:29 -03:00
parent cea0050597
commit 691b71a5cd
@@ -1,13 +1,13 @@
# Moonfin 2.0.0 Jellyfin client — upstream Flatpak bundle (not on Flathub yet). # Moonfin 2.1.0 Jellyfin client — upstream Flatpak bundle (not on Flathub yet).
# https://github.com/Moonfin-Client/Moonfin-Core/releases/tag/2.0.0 # https://github.com/Moonfin-Client/Moonfin-Core/releases/tag/2.1.0
{ pkgs, ... }: { pkgs, ... }:
{ {
chiasson.system.flatpak.bundles = [ chiasson.system.flatpak.bundles = [
{ {
appId = "org.moonfin.linux"; appId = "org.moonfin.linux";
bundle = pkgs.fetchurl { bundle = pkgs.fetchurl {
url = "https://github.com/Moonfin-Client/Moonfin-Core/releases/download/2.0.0/Moonfin_Linux_v2.0.0.flatpak"; url = "https://github.com/Moonfin-Client/Moonfin-Core/releases/download/2.1.0/Moonfin_Linux_v2.1.0.flatpak";
hash = "sha256-sLtrsqBaJ1wriTkIdLylqMc9ygNkHrNm4YS/816nIFQ="; hash = "sha256-dJcI/bzKS/+SCkHarSBesei5CKCm93SjRJBp09Jn810=";
}; };
} }
]; ];