Merge pull request #235719 from dit7ya/spotify-player

spotify-player: 0.13.1 -> 0.14.1
This commit is contained in:
Mario Rodas 2023-06-03 10:21:19 -05:00 committed by GitHub
commit cfa3489653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,20 +7,21 @@
, alsa-lib
, dbus
, fontconfig
, libsixel
}:
rustPlatform.buildRustPackage rec {
pname = "spotify-player";
version = "0.13.1";
version = "0.14.1";
src = fetchFromGitHub {
owner = "aome510";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-c+CbIDg4WlzRStiA+yBkjfSmMJ183tLBGiK340bZgnA=";
hash = "sha256-+YPtu3hsKvk2KskVSpqcFufnWL5PxN8+xbkcz/JXW6g=";
};
cargoHash = "sha256-nhRXFxSrzkq3SdJ4ZmWlKl7SwxwOz6ZYboIsBmgdFJ8=";
cargoHash = "sha256-WgQ+v9dJyriqq7+WpXpPhjdwm2Sr0jozA1oW2inSPik=";
nativeBuildInputs = [
pkg-config
@ -32,6 +33,7 @@ rustPlatform.buildRustPackage rec {
alsa-lib
dbus
fontconfig
libsixel
];
buildNoDefaultFeatures = true;
@ -41,6 +43,10 @@ rustPlatform.buildRustPackage rec {
"media-control"
"image"
"lyric-finder"
"daemon"
"notify"
"streaming"
"sixel"
];
meta = with lib; {