about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-02-14 09:53:49 -0500
committerGitHub <noreply@github.com>2024-02-14 09:53:49 -0500
commit554f9af86e383a7281fbba0f56fc0372b08b6286 (patch)
treec77b30ab27929794d981c5c35f36eb9e4d12403e /pkgs/applications/audio
parent24d8ea78a0de1b481eb9f3cb0e15da09b6e2c8db (diff)
parent13c42afcd20b96e04281eb63feeb1a6f699c9a6c (diff)
Merge pull request #288778 from r-ryantm/auto-update/mopidy-spotify
mopidy-spotify: unstable-2024-01-02 -> unstable-2024-02-11
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/mopidy/spotify.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/mopidy/spotify.nix b/pkgs/applications/audio/mopidy/spotify.nix
index 2e793df95efa0..474088572883e 100644
--- a/pkgs/applications/audio/mopidy/spotify.nix
+++ b/pkgs/applications/audio/mopidy/spotify.nix
@@ -2,13 +2,13 @@
 
 pythonPackages.buildPythonApplication rec {
   pname = "mopidy-spotify";
-  version = "unstable-2024-01-02";
+  version = "unstable-2024-02-11";
 
   src = fetchFromGitHub {
     owner = "mopidy";
     repo = "mopidy-spotify";
-    rev = "ede555c4c6e5f198659a979b85c69294d148c8f3";
-    hash = "sha256-G2SPzMAfJK3mOUJ+odmaugMoAyIAU1J6OXk25J/oXI0=";
+    rev = "fc6ffb3bbbae9224316e2a888db08ef56608966a";
+    hash = "sha256-V1SW8OyuBKLbUoQ4O5iiS4mq3MOXidcVKpiw125vxjQ=";
   };
 
   propagatedBuildInputs = [