about summary refs log tree commit diff
path: root/pkgs/applications/audio/easyeffects
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-06-25 14:11:06 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-06-25 14:11:06 +0000
commit6f7bcb3671dc1a08cc3e7c47388a08149e427449 (patch)
treeee193563e9b598d2b00ec09cc739753fc2e1d397 /pkgs/applications/audio/easyeffects
parent41c91c48eee8801b91eb6c18ef763b11dc059047 (diff)
easyeffects: 6.2.5 -> 6.2.6
Diffstat (limited to 'pkgs/applications/audio/easyeffects')
-rw-r--r--pkgs/applications/audio/easyeffects/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/easyeffects/default.nix b/pkgs/applications/audio/easyeffects/default.nix
index ff7cce36712de..46b801bba331d 100644
--- a/pkgs/applications/audio/easyeffects/default.nix
+++ b/pkgs/applications/audio/easyeffects/default.nix
@@ -35,13 +35,13 @@
 
 stdenv.mkDerivation rec {
   pname = "easyeffects";
-  version = "6.2.5";
+  version = "6.2.6";
 
   src = fetchFromGitHub {
     owner = "wwmm";
     repo = "easyeffects";
     rev = "v${version}";
-    sha256 = "sha256-LvTvNBo3aUGUD4vA04YtINFBjTplhmkxj3FlbTZDTA0=";
+    sha256 = "sha256-1kXYh2Qk0Wj0LgHTcRVAKro7LAPV/UM5i9VmHjmxTx0=";
   };
 
   nativeBuildInputs = [