turntable: 0.4.0 -> 0.5.1, add updateScript (#487827)

This commit is contained in:
dish
2026-02-10 20:24:11 +00:00
committed by GitHub
+9 -2
View File
@@ -14,8 +14,11 @@
libsecret,
libglycin,
libglycin-gtk4,
libportal,
libportal-gtk4,
glib-networking,
glycin-loaders,
nix-update-script,
# Per the upstream request. Key owned by Aleksana
lastfmKey ? "b5027c5178ca2abfcc31bd04397c3c0e",
@@ -24,13 +27,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "turntable";
version = "0.4.0";
version = "0.5.1";
src = fetchFromCodeberg {
owner = "GeopJr";
repo = "Turntable";
tag = "v${finalAttrs.version}";
hash = "sha256-Rvkzh2Cila6ZhQZyX5zzUrWane6nLAjrwnKk0LPWKuE=";
hash = "sha256-OXZjCkVf1XOh1joDE5SBKaQmblfu+zNr+EXaqWP7HhM=";
};
nativeBuildInputs = [
@@ -51,6 +54,8 @@ stdenv.mkDerivation (finalAttrs: {
libglycin-gtk4
glycin-loaders
glib-networking
libportal
libportal-gtk4
];
mesonFlags = [
@@ -60,6 +65,8 @@ stdenv.mkDerivation (finalAttrs: {
strictDeps = true;
passthru.updateScript = nix-update-script { };
meta = {
description = "Scrobbles your music to multiple services with playback controls for MPRIS players";
longDescription = ''