easyeffects: 8.2.1 -> 8.2.2 (#520419)

This commit is contained in:
Aleksana
2026-05-21 12:04:39 +00:00
committed by GitHub
+5 -2
View File
@@ -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
];