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

This commit is contained in:
seth 2024-07-12 18:07:51 -04:00
parent 94a6fbf321
commit fb033f0be1
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -22,16 +22,16 @@
rustPackages.rustPlatform.buildRustPackage rec {
pname = "spotifyd";
version = "0.3.5-unstable-2024-02-18";
version = "0.3.5-unstable-2024-07-10";
src = fetchFromGitHub {
owner = "Spotifyd";
repo = "spotifyd";
rev = "ff2f7a06e54bf05afd57a0243dc9f67abc15f040";
hash = "sha256-nebAd4a+ht+blRP52OF830/Dm15ZPwRL4IPWmmT9ViM=";
rev = "8fb0b9a5cce46d2e99e127881a04fb1986e58008";
hash = "sha256-wEPdf5ylnmu/SqoaWHxAzIEUpdRhhZfdQ623zYzcU+s=";
};
cargoHash = "sha256-6BRIMTrWTwvX3yIGEYEvigMT+n4EtaruMdrej2Dd49w=";
cargoHash = "sha256-+xTmkp+hGzmz4XrfKqPCtlpsX8zLA8XgJWM1SPunjq4=";
nativeBuildInputs = [ pkg-config ];