easyeffects: 7.2.3 -> 7.2.4

This commit is contained in:
R. Ryantm 2025-07-14 15:23:53 +00:00
parent e43a656b16
commit 22d3026965

View File

@ -48,13 +48,13 @@ in
stdenv.mkDerivation rec {
pname = "easyeffects";
version = "7.2.3";
version = "7.2.4";
src = fetchFromGitHub {
owner = "wwmm";
repo = "easyeffects";
tag = "v${version}";
hash = "sha256-bTyPStOQusIho8x6RI+2Z+4wHSG9ERjo4NuvLUILIm8=";
hash = "sha256-C+zorQ7AFx72eOHUtjCHB2/1i1gnAoSMfEB+dWJIXHM=";
};
nativeBuildInputs = [