about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-07-29 16:50:36 +0200
committerGitHub <noreply@github.com>2022-07-29 16:50:36 +0200
commite729dccf409d85347a0bb156b55d1c84851cb5f7 (patch)
treee47608f51387c5d038c79961add61ff2265df3fd /pkgs/applications
parent2e1e0dc3772618decae094b1f5e433fd2ab06ae2 (diff)
parent05b4dfab79974cc3002119d85c28970ce45c0fd7 (diff)
Merge pull request #183210 from r-ryantm/auto-update/easyeffects
Diffstat (limited to 'pkgs/applications')
-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 46b801bba331d..aa3162df9187a 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.6";
+  version = "6.2.8";
 
   src = fetchFromGitHub {
     owner = "wwmm";
     repo = "easyeffects";
     rev = "v${version}";
-    sha256 = "sha256-1kXYh2Qk0Wj0LgHTcRVAKro7LAPV/UM5i9VmHjmxTx0=";
+    sha256 = "sha256-iADECt0m74Irm3JEQgZVLCr6Z2SKATAh9SvPwzd7HCo=";
   };
 
   nativeBuildInputs = [