Merge pull request #173611 from legendofmiracles/master
noisetorch: mark insecure
This commit is contained in:
commit
cccab7f003
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ buildGoModule rec {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
insecure = true;
|
||||
knownVulnerabilities = [ "https://github.com/lawl/NoiseTorch/releases/tag/0.11.6" ];
|
||||
description = "Virtual microphone device with noise supression for PulseAudio";
|
||||
homepage = "https://github.com/lawl/NoiseTorch";
|
||||
license = licenses.gpl3Plus;
|
||||
|
|
Loading…
Reference in a new issue