Commit 1e78bbbd authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.music-assistant-models: disable automatic updates

They don't work because the package has to be updated in tandem with
music-assistant-client.
parent 64a74513
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -20,7 +20,9 @@

buildPythonPackage rec {
  pname = "music-assistant-models";
  version = "1.1.70"; # Must be compatible with music-assistant-client package
  # Must be compatible with music-assistant-client package
  # nixpkgs-update: no auto update
  version = "1.1.70";
  pyproject = true;

  src = fetchFromGitHub {