Skip to content

Commit 75fc891

Browse files
committed
chore(pkgs): update spotify_player package
1 parent 9d32881 commit 75fc891

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/custom/spotify-player/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
}:
2424
rustPlatform.buildRustPackage {
2525
pname = "spotify-player";
26-
version = "0.21.3";
26+
version = "0.22.1";
2727

2828
src = fetchFromGitHub {
2929
owner = "aome510";
3030
repo = "spotify-player";
31-
rev = "v0.21.3";
32-
hash = "sha256-0kc7OIno0BQ2Kcvi0keelKr1R7+vlAWYBjsYVD3jTf8=";
31+
rev = "v0.22.1";
32+
hash = "sha256-fULVQMVF+fDVNXj/qbwjBIG1EHfdlG/gTY+NJTWbwdk=";
3333
};
3434

35-
cargoHash = "sha256-KPo2VY7sdOhBiKKvfQVfbTtah5F0Sc6of4Y2xfJ1frU=";
35+
cargoHash = "sha256-12ccf5LT2XAq1SmcG6RnpECDS89ZJ/21MYp8dtBUnL8=";
3636

3737
nativeBuildInputs = [
3838
pkg-config

0 commit comments

Comments
 (0)