1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

music-assistant: 2.2.2 -> 2.2.3 (#341118)

This commit is contained in:
Martin Weinelt 2024-09-11 14:28:57 +02:00 committed by GitHub
commit 881cc0b6a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 = [
];