pulseeffects: 4.7.3 → 4.8.0

https://github.com/wwmm/pulseeffects/compare/v4.7.3...v4.8.0
This commit is contained in:
Jan Tojnar
2020-08-19 23:27:03 +02:00
parent 9e6606aaf3
commit 81a3766232
@@ -30,14 +30,12 @@
, zita-convolver , zita-convolver
, zam-plugins , zam-plugins
, rubberband , rubberband
, mda_lv2
, lsp-plugins , lsp-plugins
}: }:
let let
lv2Plugins = [ lv2Plugins = [
calf # limiter, compressor exciter, bass enhancer and others calf # limiter, compressor exciter, bass enhancer and others
mda_lv2 # loudness
lsp-plugins # delay lsp-plugins # delay
]; ];
ladspaPlugins = [ ladspaPlugins = [
@@ -46,13 +44,13 @@ let
]; ];
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "pulseeffects"; pname = "pulseeffects";
version = "4.7.3"; version = "4.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wwmm"; owner = "wwmm";
repo = "pulseeffects"; repo = "pulseeffects";
rev = "v${version}"; rev = "v${version}";
sha256 = "1xsw3v9vapd8q1dxacdgy2wk0xf3adqwbmcqiimdkd34llbdv88f"; sha256 = "9dQNYWBx8iAifRTZr2FRlYv4keZt5Cfahwi/w01duFg=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [