easyeffects: 8.2.2 -> 8.2.4

(cherry picked from commit 20680deac9)
This commit is contained in:
André Silva
2026-05-25 14:36:21 +01:00
committed by github-actions[bot]
parent 67de202206
commit 97b4b665f9

View File

@@ -61,13 +61,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "easyeffects";
version = "8.2.2";
version = "8.2.4";
src = fetchFromGitHub {
owner = "wwmm";
repo = "easyeffects";
tag = "v${finalAttrs.version}";
hash = "sha256-rdg7XvrJU7HH9aGd/TwMqqexmFeLOMBldh1XQakQSeM=";
hash = "sha256-hhQVfUXjobQmrSYFquxbkIuCdBYaExAtjtwbyVqyVUg=";
};
nativeBuildInputs = [