Skip to content

Commit f636608

Browse files
committed
spotify-player: 0.20.4 -> 0.20.5
1 parent 4c40e81 commit f636608

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sp/spotify-player/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ assert lib.assertOneOf "withAudioBackend" withAudioBackend [
4646

4747
rustPlatform.buildRustPackage rec {
4848
pname = "spotify-player";
49-
version = "0.20.4";
49+
version = "0.20.5";
5050

5151
src = fetchFromGitHub {
5252
owner = "aome510";
5353
repo = "spotify-player";
5454
tag = "v${version}";
55-
hash = "sha256-5N/zTkNgcIk/Ml11Oo+jyoO0r2Hh9SxFL+tdhD/1X/4=";
55+
hash = "sha256-NlMQgVkMVCVrMv4IyFtPmRkAmf2k4F0dp6e8s63aBHg=";
5656
};
5757

5858
useFetchCargoVendor = true;
59-
cargoHash = "sha256-0vIhAJ3u+PfujUGI07fddDs33P35Q4CSDz1sMuQwVws=";
59+
cargoHash = "sha256-glQh6PzwJp5o35aXRW4+Pq2iSeGg9vjR5fJQomPpSOc=";
6060

6161
nativeBuildInputs =
6262
[

0 commit comments

Comments
 (0)