about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-02-09 13:58:24 +0100
committerGitHub <noreply@github.com>2024-02-09 13:58:24 +0100
commitb609db0aadeebeb5cfea0ce2aee4e6fd0197ed72 (patch)
treeccf3cab34fe6ad158123515dbe6188c0afb38235 /pkgs/applications/audio
parentbfb3fbac6738131e56cce5a2c9540783691835e7 (diff)
parent464fe9284b77d2ce73d04801715787d70455a9e7 (diff)
downloadnixlib-b609db0aadeebeb5cfea0ce2aee4e6fd0197ed72.tar
nixlib-b609db0aadeebeb5cfea0ce2aee4e6fd0197ed72.tar.gz
nixlib-b609db0aadeebeb5cfea0ce2aee4e6fd0197ed72.tar.bz2
nixlib-b609db0aadeebeb5cfea0ce2aee4e6fd0197ed72.tar.lz
nixlib-b609db0aadeebeb5cfea0ce2aee4e6fd0197ed72.tar.xz
nixlib-b609db0aadeebeb5cfea0ce2aee4e6fd0197ed72.tar.zst
nixlib-b609db0aadeebeb5cfea0ce2aee4e6fd0197ed72.zip
Merge pull request #287464 from r-ryantm/auto-update/ledfx
ledfx: 2.0.90 -> 2.0.92
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/ledfx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/ledfx/default.nix b/pkgs/applications/audio/ledfx/default.nix
index fb1557b0d2f8..3c6d807714bf 100644
--- a/pkgs/applications/audio/ledfx/default.nix
+++ b/pkgs/applications/audio/ledfx/default.nix
@@ -5,12 +5,12 @@
 
 python3.pkgs.buildPythonPackage rec {
   pname = "ledfx";
-  version = "2.0.90";
+  version = "2.0.92";
   pyproject= true;
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-ZlZtC0bi9ZUf/1D9hUxxhdix6F8l7Lg5IUOOg+JHGYU=";
+    hash = "sha256-tt2D8pjU/SClweAn9vHYl+H1POdB1u2SQfrnZZvBQ7I=";
   };
 
   pythonRelaxDeps = true;