summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-07-14 19:48:36 +0200
committerJan Tojnar <jtojnar@gmail.com>2018-07-15 02:54:02 +0200
commit4a637dc0048a629a16ea355e4c6b0aff43c7f4ec (patch)
treede41d268c7268da5bbb62559ae47ecdc6364c964 /pkgs/applications
parent19fc061a1363d54bcab0e11e9187f46425b5f763 (diff)
downloadnixlib-4a637dc0048a629a16ea355e4c6b0aff43c7f4ec.tar
nixlib-4a637dc0048a629a16ea355e4c6b0aff43c7f4ec.tar.gz
nixlib-4a637dc0048a629a16ea355e4c6b0aff43c7f4ec.tar.bz2
nixlib-4a637dc0048a629a16ea355e4c6b0aff43c7f4ec.tar.lz
nixlib-4a637dc0048a629a16ea355e4c6b0aff43c7f4ec.tar.xz
nixlib-4a637dc0048a629a16ea355e4c6b0aff43c7f4ec.tar.zst
nixlib-4a637dc0048a629a16ea355e4c6b0aff43c7f4ec.zip
pulseeffects: 4.1.5 → 4.1.6
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/pulseeffects/default.nix6
1 files 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 = ''