mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
ledfx: 2.0.96 -> 2.0.99
This commit is contained in:
parent
a16d07db1d
commit
a6216de380
@ -6,12 +6,12 @@
|
||||
|
||||
python3.pkgs.buildPythonPackage rec {
|
||||
pname = "ledfx";
|
||||
version = "2.0.96";
|
||||
version = "2.0.99";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-nvPHAnoD5j1rneeuMufQkXj8YWXau2zJYug+Avpe87I=";
|
||||
hash = "sha256-pwrAVcIwZ3RDYFMDk80q5aVSqLTQ5weZqgB3GRRu2ig=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = true;
|
||||
@ -58,6 +58,7 @@ python3.pkgs.buildPythonPackage rec {
|
||||
sounddevice
|
||||
stupidartnet
|
||||
uvloop
|
||||
vnoise
|
||||
voluptuous
|
||||
zeroconf
|
||||
];
|
||||
@ -71,5 +72,6 @@ python3.pkgs.buildPythonPackage rec {
|
||||
changelog = "https://github.com/LedFx/LedFx/blob/${version}/CHANGELOG.rst";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = teams.c3d2.members;
|
||||
mainProgram = "ledfx";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user