easyeffects: 8.2.7 -> 8.2.8

This commit is contained in:
R. Ryantm
2026-07-24 11:18:00 +00:00
parent 588fe9a6f2
commit c1a8e6a47b
+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 = [