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

music-assistant: 2.2.0 -> 2.2.2
This commit is contained in:
Martin Weinelt 2024-08-24 04:05:21 +02:00 committed by GitHub
commit 51f0e92aeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -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 = ''

View File

@ -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 = [

View File

@ -1,7 +1,7 @@
# Do not edit manually, run ./update-providers.py
{
version = "2.2.0";
version = "2.2.2";
providers = {
airplay = [
];