spotifyd: 0.3.5 -> 0.3.5-unstable-2024-02-18

Diff: https://github.com/Spotifyd/spotifyd/compare/v0.3.5...ff2f7a06e54bf05afd57a0243dc9f67abc15f040

Changelog: ff2f7a06e5/CHANGELOG.md
This commit is contained in:
Mario Rodas 2024-03-13 04:20:00 +00:00
parent 8ed573783f
commit dbb5cb859e

View File

@ -9,16 +9,16 @@
rustPackages.rustPlatform.buildRustPackage rec { rustPackages.rustPlatform.buildRustPackage rec {
pname = "spotifyd"; pname = "spotifyd";
version = "0.3.5"; version = "0.3.5-unstable-2024-02-18";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Spotifyd"; owner = "Spotifyd";
repo = "spotifyd"; repo = "spotifyd";
rev = "v${version}"; rev = "ff2f7a06e54bf05afd57a0243dc9f67abc15f040";
hash = "sha256-+P85FWJIsfAv8/DnQFxfoWvNY8NpbZ2xUidfwN8tiA8="; hash = "sha256-nebAd4a+ht+blRP52OF830/Dm15ZPwRL4IPWmmT9ViM=";
}; };
cargoHash = "sha256-j+2yEtn3D+vNRcY4+NnqSX4xRQIE5Sq7bentxTh6kMI="; cargoHash = "sha256-6BRIMTrWTwvX3yIGEYEvigMT+n4EtaruMdrej2Dd49w=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
@ -40,7 +40,7 @@ rustPackages.rustPlatform.buildRustPackage rec {
meta = with lib; { meta = with lib; {
description = "An open source Spotify client running as a UNIX daemon"; description = "An open source Spotify client running as a UNIX daemon";
homepage = "https://spotifyd.rs/"; homepage = "https://spotifyd.rs/";
changelog = "https://github.com/Spotifyd/spotifyd/raw/v${version}/CHANGELOG.md"; changelog = "https://github.com/Spotifyd/spotifyd/blob/${src.rev}/CHANGELOG.md";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ anderslundstedt Br1ght0ne marsam ]; maintainers = with maintainers; [ anderslundstedt Br1ght0ne marsam ];
platforms = platforms.unix; platforms = platforms.unix;