diff --git a/pkgs/applications/audio/pulseeffects/default.nix b/pkgs/applications/audio/pulseeffects/default.nix index 9e8b924d43d..6a24a11ddda 100644 --- a/pkgs/applications/audio/pulseeffects/default.nix +++ b/pkgs/applications/audio/pulseeffects/default.nix @@ -23,6 +23,7 @@ , boost , fftwFloat , calf +, zita-convolver , zam-plugins , rubberband , mda_lv2 @@ -39,13 +40,13 @@ let ]; in stdenv.mkDerivation rec { name = "pulseeffects-${version}"; - version = "4.1.5"; + version = "4.1.6"; src = fetchFromGitHub { owner = "wwmm"; repo = "pulseeffects"; rev = "v${version}"; - sha256 = "1k5ibn4ilzhps91insvw07jd9x9yxhxl8pvfzgcm9ndvb8anifv4"; + sha256 = "0fxd1rgf3l667gibd6brfrs8vkq6882w7jql871j5q5ynz1c9j46"; }; nativeBuildInputs = [ @@ -73,6 +74,7 @@ in stdenv.mkDerivation rec { libsndfile boost fftwFloat + zita-convolver ]; postPatch = ''