pulseeffects: 4.4.6 -> 4.4.7
This commit is contained in:
parent
4866cbe341
commit
8a66e219c2
@ -31,6 +31,7 @@
|
|||||||
, zam-plugins
|
, zam-plugins
|
||||||
, rubberband
|
, rubberband
|
||||||
, mda_lv2
|
, mda_lv2
|
||||||
|
, lsp-plugins
|
||||||
, hicolor-icon-theme
|
, hicolor-icon-theme
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -38,6 +39,7 @@ let
|
|||||||
lv2Plugins = [
|
lv2Plugins = [
|
||||||
calf # limiter, compressor exciter, bass enhancer and others
|
calf # limiter, compressor exciter, bass enhancer and others
|
||||||
mda_lv2 # loudness
|
mda_lv2 # loudness
|
||||||
|
lsp-plugins # delay
|
||||||
];
|
];
|
||||||
ladspaPlugins = [
|
ladspaPlugins = [
|
||||||
rubberband # pitch shifting
|
rubberband # pitch shifting
|
||||||
@ -45,13 +47,13 @@ let
|
|||||||
];
|
];
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "pulseeffects";
|
pname = "pulseeffects";
|
||||||
version = "4.4.6";
|
version = "4.4.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wwmm";
|
owner = "wwmm";
|
||||||
repo = "pulseeffects";
|
repo = "pulseeffects";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0zvcj2qliz2rlcz59ag4ljrs78qb7kpyaph16qvi07ij7c5bm333";
|
sha256 = "14sxwy3mayzn9k5hy58mjzhxaj4wqxvs257xaj03mwvm48k7c7ia";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user