pulseeffects: 4.8.2 -> 4.8.3

https://github.com/wwmm/pulseeffects/compare/v4.8.2...v4.8.3
This commit is contained in:
Jan Tojnar 2020-12-06 22:30:56 +00:00
parent 2eb20aa8ce
commit 7686a61f27
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

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