easyeffects: 8.2.4 -> 8.2.5 (#536077)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-29 01:21:21 +00:00
committed by GitHub
+2 -2
View File
@@ -61,13 +61,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "easyeffects";
version = "8.2.4";
version = "8.2.5";
src = fetchFromGitHub {
owner = "wwmm";
repo = "easyeffects";
tag = "v${finalAttrs.version}";
hash = "sha256-hhQVfUXjobQmrSYFquxbkIuCdBYaExAtjtwbyVqyVUg=";
hash = "sha256-VyfLoQPBZAXurS1/HxTLNioo/OT1LsQLZZXu9kDeP5Y=";
};
nativeBuildInputs = [