Merge pull request #241163 from redshifttt/ee-update
easyeffects: 7.0.4 -> 7.0.5
This commit is contained in:
commit
a2420e26d3
1 changed files with 4 additions and 2 deletions
|
@ -32,17 +32,18 @@
|
||||||
, wrapGAppsHook4
|
, wrapGAppsHook4
|
||||||
, zam-plugins
|
, zam-plugins
|
||||||
, zita-convolver
|
, zita-convolver
|
||||||
|
, soundtouch
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "easyeffects";
|
pname = "easyeffects";
|
||||||
version = "7.0.4";
|
version = "7.0.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wwmm";
|
owner = "wwmm";
|
||||||
repo = "easyeffects";
|
repo = "easyeffects";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-JaqwzCWVnvFzzGHnmzYwe3occ9iw7s9xCH54eVKEuOs=";
|
hash = "sha256-Z/0O8dVZ3J901OdOc1wF1XibNE/33b8oSqY6RKPDfzg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -73,6 +74,7 @@ stdenv.mkDerivation rec {
|
||||||
pipewire
|
pipewire
|
||||||
rnnoise
|
rnnoise
|
||||||
rubberband
|
rubberband
|
||||||
|
soundtouch
|
||||||
speexdsp
|
speexdsp
|
||||||
tbb
|
tbb
|
||||||
zita-convolver
|
zita-convolver
|
||||||
|
|
Loading…
Reference in a new issue