python312Packages.music-assistant-models: fix botched merge

This commit is contained in:
Martin Weinelt
2025-01-04 04:02:50 +01:00
parent c2e24a710d
commit 5bd568bc90
@@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "music-assistant";
repo = "models";
tag = "v${version}";
tag = version;
hash = "sha256-keig18o32X53q/QcoaPO0o9AT4XTEZ+dQ3L6u6BVkLU=";
};