about summary refs log tree commit diff
path: root/pkgs/applications/audio/spotify-player
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-04 03:41:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-04 03:41:33 +0000
commitd7e3fb5143c2201ea927a766c782f43e032feb68 (patch)
tree8a627cd74ef3751e19c94933ea219577aad95fee /pkgs/applications/audio/spotify-player
parentc96a78b5a3e6736180374159cb7c8f5ad32e2c40 (diff)
spotify-player: 0.15.0 -> 0.15.2
Diffstat (limited to 'pkgs/applications/audio/spotify-player')
-rw-r--r--pkgs/applications/audio/spotify-player/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/spotify-player/default.nix b/pkgs/applications/audio/spotify-player/default.nix
index 4bf9380e35686..aa13693541e1a 100644
--- a/pkgs/applications/audio/spotify-player/default.nix
+++ b/pkgs/applications/audio/spotify-player/default.nix
@@ -33,16 +33,16 @@ assert lib.assertOneOf "withAudioBackend" withAudioBackend [ "" "alsa" "pulseaud
 
 rustPlatform.buildRustPackage rec {
   pname = "spotify-player";
-  version = "0.15.0";
+  version = "0.15.2";
 
   src = fetchFromGitHub {
     owner = "aome510";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-5+YBlXHpAzGgw6MqgnMSggCASS++A/WWomftX8Jxe7g=";
+    hash = "sha256-yYn8xuJE0mILF7poiTbHCmFswP/xG+BbL+AASrLpbAs=";
   };
 
-  cargoHash = "sha256-PIYaJC3rVbPjc2CASzMGWAzUdrBwFnKqhrZO6nywdN8=";
+  cargoHash = "sha256-/q7xrsuRym5oDCGJRpBTdBach2CAbhCCC3cPFzCT4PU=";
 
   nativeBuildInputs = [
     pkg-config