ledfx: 2.0.78 -> 2.0.80
Changelog: https://github.com/LedFx/LedFx/blob/2.0.80/CHANGELOG.rst
This commit is contained in:
parent
5743cfd7a0
commit
a6767abaa1
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@
|
|||
|
||||
python3.pkgs.buildPythonPackage rec {
|
||||
pname = "ledfx";
|
||||
version = "2.0.78";
|
||||
version = "2.0.80";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-IalfA/nfQrnE90ycOnPEZ4A/L8rwi08ECNA/8YxeAgQ=";
|
||||
hash = "sha256-vwLk3EpXqUSAwzY2oX0ZpXrmH2cT0GdYdL/Mifav6mU=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue