easyeffects: 8.2.0 -> 8.2.1 (#514106)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-28 01:07:11 +00:00
committed by GitHub
+2 -2
View File
@@ -59,13 +59,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "easyeffects";
version = "8.2.0";
version = "8.2.1";
src = fetchFromGitHub {
owner = "wwmm";
repo = "easyeffects";
tag = "v${finalAttrs.version}";
hash = "sha256-HBCYXFFDOhwVebwPIduYNGJ61LFw9lOTZyYmt1k6CuA=";
hash = "sha256-bGjIqts06ruwMQIW5hk4wlG7G/7GtgFVBgSr68tkIqY=";
};
nativeBuildInputs = [