[Backport release-26.05] gelly: 1.7.0 -> 1.9.0 (#539248)

This commit is contained in:
Rémi NICOLE
2026-07-07 16:38:37 +00:00
committed by GitHub

View File

@@ -14,20 +14,21 @@
openssl,
bubblewrap,
glycin-loaders,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "gelly";
version = "1.7.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "Fingel";
repo = "gelly";
tag = "v${finalAttrs.version}";
hash = "sha256-diezT6zEI7+ljDpzmJeIZDKbmdnsMfaabSuQ1/AvkFE=";
hash = "sha256-DIE+IjFpDG9kCEwN3XLlxYLWduGZ7G8LXjVDnl6pp1w=";
};
cargoHash = "sha256-XYnBMBhv/8wKV+cZ06Ks8gzi/ib1FH1AM1FrWr81ghg=";
cargoHash = "sha256-iOJMUyjqYBl5muWZCnKRRgpAf5lTPgANjohTHa1cfGY=";
nativeBuildInputs = [
pkg-config
@@ -69,6 +70,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
)
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "A Jellyfin GTK client for Linux focused on music";
homepage = "https://github.com/Fingel/gelly";