We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7481724 + f636608 commit c6c1ed6Copy full SHA for c6c1ed6
pkgs/by-name/sp/spotify-player/package.nix
@@ -46,17 +46,17 @@ assert lib.assertOneOf "withAudioBackend" withAudioBackend [
46
47
rustPlatform.buildRustPackage rec {
48
pname = "spotify-player";
49
- version = "0.20.4";
+ version = "0.20.5";
50
51
src = fetchFromGitHub {
52
owner = "aome510";
53
repo = "spotify-player";
54
tag = "v${version}";
55
- hash = "sha256-5N/zTkNgcIk/Ml11Oo+jyoO0r2Hh9SxFL+tdhD/1X/4=";
+ hash = "sha256-NlMQgVkMVCVrMv4IyFtPmRkAmf2k4F0dp6e8s63aBHg=";
56
};
57
58
useFetchCargoVendor = true;
59
- cargoHash = "sha256-0vIhAJ3u+PfujUGI07fddDs33P35Q4CSDz1sMuQwVws=";
+ cargoHash = "sha256-glQh6PzwJp5o35aXRW4+Pq2iSeGg9vjR5fJQomPpSOc=";
60
61
nativeBuildInputs =
62
[
0 commit comments