Skip to content

Commit

Permalink
Merge pull request NixOS#276754 from SuperSandro2000/ledfx-2.0.86
Browse files Browse the repository at this point in the history
ledfx: 2.0.80 -> 2.0.86
  • Loading branch information
fabaff committed Dec 28, 2023
2 parents 07c7d93 + 6b48363 commit 7412095
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/applications/audio/ledfx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@

python3.pkgs.buildPythonPackage rec {
pname = "ledfx";
version = "2.0.80";
version = "2.0.86";
pyproject= true;

src = fetchPypi {
inherit pname version;
hash = "sha256-vwLk3EpXqUSAwzY2oX0ZpXrmH2cT0GdYdL/Mifav6mU=";
hash = "sha256-miOGMsrvK3A3SYnd+i/lqB+9GOHtO4F3RW8NkxDgFqU=";
};

postPatch = ''
substituteInPlace setup.py \
--replace "'rpi-ws281x>=4.3.0; platform_system == \"Linux\"'," "" \
--replace "sentry-sdk==1.14.0" "sentry-sdk" \
--replace "sentry-sdk==1.38.0" "sentry-sdk" \
--replace "~=" ">="
'';

Expand All @@ -32,12 +32,14 @@ python3.pkgs.buildPythonPackage rec {
cython
flux-led
icmplib
mss
multidict
numpy
openrgb-python
paho-mqtt
pillow
psutil
pybase64
pyserial
pystray
python-mbedtls
Expand Down

0 comments on commit 7412095

Please sign in to comment.