From a44718a6ec4c66e58fb7300532785f43c0f9edad Mon Sep 17 00:00:00 2001 From: Gliczy <129636582+Gliczy@users.noreply.github.com> Date: Fri, 15 May 2026 14:12:55 +0200 Subject: [PATCH] easyeffects: 8.2.1 -> 8.2.2 --- pkgs/by-name/ea/easyeffects/package.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ea/easyeffects/package.nix b/pkgs/by-name/ea/easyeffects/package.nix index 10a3f4021803..dc10fe8e2d91 100644 --- a/pkgs/by-name/ea/easyeffects/package.nix +++ b/pkgs/by-name/ea/easyeffects/package.nix @@ -33,6 +33,7 @@ speexdsp, onetbb, webrtc-audio-processing, + x42-plugins, zam-plugins, zita-convolver, wrapGAppsHook3, @@ -60,13 +61,13 @@ in stdenv.mkDerivation (finalAttrs: { pname = "easyeffects"; - version = "8.2.1"; + version = "8.2.2"; src = fetchFromGitHub { owner = "wwmm"; repo = "easyeffects"; tag = "v${finalAttrs.version}"; - hash = "sha256-bGjIqts06ruwMQIW5hk4wlG7G/7GtgFVBgSr68tkIqY="; + hash = "sha256-rdg7XvrJU7HH9aGd/TwMqqexmFeLOMBldh1XQakQSeM="; }; nativeBuildInputs = [ @@ -113,6 +114,7 @@ stdenv.mkDerivation (finalAttrs: { speexdsp' onetbb webrtc-audio-processing + x42-plugins zita-convolver ]; @@ -122,6 +124,7 @@ stdenv.mkDerivation (finalAttrs: { calf # compressor exciter, bass enhancer and others lsp-plugins # delay, limiter, multiband compressor mda_lv2 # loudness + x42-plugins # autotune zam-plugins # maximizer ];