From d66dc61db20df6a7d316b58157184fc47bc24761 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 14 Jul 2025 10:16:57 +0000 Subject: [PATCH] mopidy-tidal: 0.3.9 -> 0.3.10 --- pkgs/applications/audio/mopidy/tidal.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 = [ ]; };