turntable: 0.4.0 -> 0.5.1, add updateScript
https://codeberg.org/GeopJr/Turntable/releases/tag/v0.5.0 https://codeberg.org/GeopJr/Turntable/releases/tag/v0.5.1
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user