spotifyd: 0.3.5-unstable-2024-08-13 -> 0.3.5-unstable-2024-09-05 (#340387)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-09-08 02:10:41 +00:00 committed by GitHub
commit e215d870e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,16 +24,16 @@
rustPackages.rustPlatform.buildRustPackage rec { rustPackages.rustPlatform.buildRustPackage rec {
pname = "spotifyd"; pname = "spotifyd";
version = "0.3.5-unstable-2024-08-13"; version = "0.3.5-unstable-2024-09-05";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Spotifyd"; owner = "Spotifyd";
repo = "spotifyd"; repo = "spotifyd";
rev = "e342328550779423382f35cd10a18b1c76b81f40"; rev = "e280d84124d854af3c2f9509ba496b1c2ba6a1ae";
hash = "sha256-eP783ZNdzePQuhQE8SWYHwqK8J4+fperDYXAHWM0hz8="; hash = "sha256-RFfM/5DY7IG0E79zc8IuXpSNAIjloMWI3ZVbyLxh4O8=";
}; };
cargoHash = "sha256-jmsfB96uWX4CzEsS2Grr2FCptMIebj2DSA5z6zG9AJg="; cargoHash = "sha256-z3zcQD2v71FZg6nEvKfaMiQU/aRAPFNt69b9Rm+jpuY=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];