easyeffects: 8.2.7 -> 8.2.8 (#545207)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-24 14:17:41 +00:00
committed by GitHub
+2 -2
View File
@@ -61,13 +61,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "easyeffects";
version = "8.2.7";
version = "8.2.8";
src = fetchFromGitHub {
owner = "wwmm";
repo = "easyeffects";
tag = "v${finalAttrs.version}";
hash = "sha256-YYwVoqCRVAZVu8vCTN3ZSicy1Fzw3l+hQbooGAE/AEI=";
hash = "sha256-gkUJxEmFfUAKUnr+Gs65y9l0bdNXXd0f8ql0keM2bVs=";
};
nativeBuildInputs = [