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 24d8ea7 + 13c42af commit 554f9afCopy full SHA for 554f9af
1 file changed
pkgs/applications/audio/mopidy/spotify.nix
@@ -2,13 +2,13 @@
2
3
pythonPackages.buildPythonApplication rec {
4
pname = "mopidy-spotify";
5
- version = "unstable-2024-01-02";
+ version = "unstable-2024-02-11";
6
7
src = fetchFromGitHub {
8
owner = "mopidy";
9
repo = "mopidy-spotify";
10
- rev = "ede555c4c6e5f198659a979b85c69294d148c8f3";
11
- hash = "sha256-G2SPzMAfJK3mOUJ+odmaugMoAyIAU1J6OXk25J/oXI0=";
+ rev = "fc6ffb3bbbae9224316e2a888db08ef56608966a";
+ hash = "sha256-V1SW8OyuBKLbUoQ4O5iiS4mq3MOXidcVKpiw125vxjQ=";
12
};
13
14
propagatedBuildInputs = [
0 commit comments