From 4a637dc0048a629a16ea355e4c6b0aff43c7f4ec Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Sat, 14 Jul 2018 19:48:36 +0200 Subject: [PATCH] =?UTF-8?q?pulseeffects:=204.1.5=20=E2=86=92=204.1.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/applications/audio/pulseeffects/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/pulseeffects/default.nix b/pkgs/applications/audio/pulseeffects/default.nix index 9e8b924d43d7..6a24a11ddda7 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 = ''