vulnix: 1.8.2 -> 1.9.1
New upstream release. The old version is broken because NIST has discontinued NVD XML feeds. vulnix 1.9.x uses the JSON feeds.
This commit is contained in:
parent
5245766158
commit
be83d68556
@ -2,11 +2,11 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "vulnix";
|
||||
version = "1.8.2";
|
||||
version = "1.9.1";
|
||||
|
||||
src = python3Packages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0zn21j15vd1z7s40s45zr5wri3r770yvazxqmm60fqpzc5sg552y";
|
||||
sha256 = "0pcg90j3g3lxrkbxlnjakrgcx5iwnhka03510zmcf0zcpwkrqakb";
|
||||
};
|
||||
|
||||
outputs = [ "out" "doc" "man" ];
|
||||
@ -24,7 +24,6 @@ python3Packages.buildPythonApplication rec {
|
||||
] ++ (with python3Packages; [
|
||||
click
|
||||
colorama
|
||||
lxml
|
||||
pyyaml
|
||||
requests
|
||||
setuptools
|
||||
@ -47,8 +46,8 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "NixOS vulnerability scanner";
|
||||
homepage = https://github.com/flyingcircusio/vulnix;
|
||||
homepage = "https://github.com/flyingcircusio/vulnix";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ ckauhaus plumps ];
|
||||
maintainers = with maintainers; [ ckauhaus ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user