diff --git a/pkgs/applications/audio/mopidy/tidal.nix b/pkgs/applications/audio/mopidy/tidal.nix index dcb5044a658a..5aa2b5c8ea00 100644 --- a/pkgs/applications/audio/mopidy/tidal.nix +++ b/pkgs/applications/audio/mopidy/tidal.nix @@ -7,14 +7,14 @@ python3Packages.buildPythonApplication rec { pname = "Mopidy-Tidal"; - version = "0.3.9"; + version = "0.3.10"; pyproject = true; src = fetchFromGitHub { owner = "tehkillerbee"; repo = "mopidy-tidal"; - rev = "v${version}"; - hash = "sha256-RFhuxsb6nQPYxkaeAEABQdCwjbmnOw5pnmYnx6gNCcg="; + tag = "v${version}"; + hash = "sha256-hUYT9c4bEPfUU3f2ywK0MO0jDDLmM+3hp17XH4XJQt8="; }; build-system = [ python3Packages.poetry-core ]; @@ -34,7 +34,7 @@ python3Packages.buildPythonApplication rec { meta = { description = "Mopidy extension for playing music from Tidal"; homepage = "https://github.com/tehkillerbee/mopidy-tidal"; - changelog = "https://github.com/tehkillerbee/mopidy-tidal/releases/tag/v${version}"; + changelog = "https://github.com/tehkillerbee/mopidy-tidal/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = [ ]; };