Merge pull request #106110 from r-ryantm/auto-update/pulseeffects

pulseeffects: 4.8.2 -> 4.8.3
This commit is contained in:
Jan Tojnar 2020-12-07 13:00:19 +01:00 committed by GitHub
commit 4462f06ad8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@
, libsamplerate , libsamplerate
, libsndfile , libsndfile
, libebur128 , libebur128
, rnnoise
, boost , boost
, dbus , dbus
, fftwFloat , fftwFloat
@ -44,13 +45,13 @@ let
]; ];
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "pulseeffects"; pname = "pulseeffects";
version = "4.8.2"; version = "4.8.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wwmm"; owner = "wwmm";
repo = "pulseeffects"; repo = "pulseeffects";
rev = "v${version}"; rev = "v${version}";
sha256 = "19h47mrxjm6x83pqcxfsshf48kd1babfk0kwdy1c7fjri7kj0g0s"; sha256 = "0k5p5y3im7xnf0ikaghh56nfhirkdwf95c8fr17wasgdpw2m86i2";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -79,6 +80,7 @@ in stdenv.mkDerivation rec {
libebur128 libebur128
libsamplerate libsamplerate
libsndfile libsndfile
rnnoise
boost boost
dbus dbus
fftwFloat fftwFloat