We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4973631 + fa7fe9b commit 70925fbCopy full SHA for 70925fb
1 file changed
pkgs/by-name/le/ledfx/package.nix
@@ -6,12 +6,12 @@
6
7
python3.pkgs.buildPythonApplication rec {
8
pname = "ledfx";
9
- version = "2.0.109";
+ version = "2.0.110";
10
pyproject = true;
11
12
src = fetchPypi {
13
inherit pname version;
14
- hash = "sha256-fSb3NBl1bYCfwDkWI7/KeFIVcXTPDKBbLe0sQhneX6A=";
+ hash = "sha256-utYpAIt9ThgV58h4p3d2q/pLfCU2zlXyCnTP2kqkDjg=";
15
};
16
17
pythonRelaxDeps = true;
@@ -36,6 +36,7 @@ python3.pkgs.buildPythonApplication rec {
36
icmplib
37
mss
38
multidict
39
+ netifaces2
40
numpy
41
openrgb-python
42
paho-mqtt
0 commit comments