1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 11:10:03 +00:00

music-assistant: 2.2.2 -> 2.2.3

https://github.com/music-assistant/server/releases/tag/2.2.3
This commit is contained in:
Martin Weinelt 2024-09-11 01:18:01 +02:00
parent 7603fd7f0c
commit d699dd0f07
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
3 changed files with 4 additions and 4 deletions

View file

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "music-assistant-frontend";
version = "2.8.9";
version = "2.8.12";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-vXdBqMe5+GfB2D9G1YceUJ0ksqQAtUktpYrJgDZcBGU=";
hash = "sha256-QqjryLHEpsdcZkIu/QmrQ0t9u4PysnE7FTXsIWBz7tk=";
};
postPatch = ''

View file

@ -24,7 +24,7 @@ in
python.pkgs.buildPythonApplication rec {
pname = "music-assistant";
version = "2.2.2";
version = "2.2.3";
pyproject = true;
src = fetchFromGitHub {

View file

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