spotify-player: 0.20.4 -> 0.20.5 (#406604)

Co-authored-by: 71zenith <71zenith@proton.me>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-13 06:58:39 +00:00
committed by GitHub
co-authored by 71zenith
+3 -3
View File
@@ -46,17 +46,17 @@ assert lib.assertOneOf "withAudioBackend" withAudioBackend [
rustPlatform.buildRustPackage rec {
pname = "spotify-player";
version = "0.20.4";
version = "0.20.5";
src = fetchFromGitHub {
owner = "aome510";
repo = "spotify-player";
tag = "v${version}";
hash = "sha256-5N/zTkNgcIk/Ml11Oo+jyoO0r2Hh9SxFL+tdhD/1X/4=";
hash = "sha256-NlMQgVkMVCVrMv4IyFtPmRkAmf2k4F0dp6e8s63aBHg=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-0vIhAJ3u+PfujUGI07fddDs33P35Q4CSDz1sMuQwVws=";
cargoHash = "sha256-glQh6PzwJp5o35aXRW4+Pq2iSeGg9vjR5fJQomPpSOc=";
nativeBuildInputs =
[