pulseeffects: 4.1.5 → 4.1.6

This commit is contained in:
Jan Tojnar 2018-07-14 19:48:36 +02:00
parent 19fc061a13
commit 4a637dc004
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -23,6 +23,7 @@
, boost , boost
, fftwFloat , fftwFloat
, calf , calf
, zita-convolver
, zam-plugins , zam-plugins
, rubberband , rubberband
, mda_lv2 , mda_lv2
@ -39,13 +40,13 @@ let
]; ];
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "pulseeffects-${version}"; name = "pulseeffects-${version}";
version = "4.1.5"; version = "4.1.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wwmm"; owner = "wwmm";
repo = "pulseeffects"; repo = "pulseeffects";
rev = "v${version}"; rev = "v${version}";
sha256 = "1k5ibn4ilzhps91insvw07jd9x9yxhxl8pvfzgcm9ndvb8anifv4"; sha256 = "0fxd1rgf3l667gibd6brfrs8vkq6882w7jql871j5q5ynz1c9j46";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -73,6 +74,7 @@ in stdenv.mkDerivation rec {
libsndfile libsndfile
boost boost
fftwFloat fftwFloat
zita-convolver
]; ];
postPatch = '' postPatch = ''