Skip to content

Commit

Permalink
music-assistant: 2.2.2 -> 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Sep 10, 2024
1 parent 7603fd7 commit d699dd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/mu/music-assistant/frontend.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/mu/music-assistant/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ in

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

src = fetchFromGitHub {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/mu/music-assistant/providers.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Do not edit manually, run ./update-providers.py

{
version = "2.2.2";
version = "2.2.3";
providers = {
airplay = [
];
Expand Down

0 comments on commit d699dd0

Please sign in to comment.