Unverified Commit 51f0e92a authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #336898 from r-ryantm/auto-update/music-assistant

music-assistant: 2.2.0 -> 2.2.2
parents 659cbd16 5b914f70
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

buildPythonPackage rec {
  pname = "music-assistant-frontend";
  version = "2.8.7";
  version = "2.8.9";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-L7ASmYtJja+Hy4MnGrNWIwSjvhfq2iXfWm4gGKAnEec=";
    hash = "sha256-vXdBqMe5+GfB2D9G1YceUJ0ksqQAtUktpYrJgDZcBGU=";
  };

  postPatch = ''
+2 −2
Original line number Diff line number Diff line
@@ -24,14 +24,14 @@ in

python.pkgs.buildPythonApplication rec {
  pname = "music-assistant";
  version = "2.2.0";
  version = "2.2.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "music-assistant";
    repo = "server";
    rev = "refs/tags/${version}";
    hash = "sha256-GQvbkdyybJ3X09fCKwu+iZvq7UdHIMzCpYjenGg/zQA=";
    hash = "sha256-7PIyo3srKwftakDiaxvZjrzo/1I9LGUwG+QGfIU5pRA=";
  };

  patches = [
+1 −1
Original line number Diff line number Diff line
# Do not edit manually, run ./update-providers.py

{
  version = "2.2.0";
  version = "2.2.2";
  providers = {
    airplay = [
    ];