vulnix: 1.3.4 -> 1.4.0

The new vulnix release contains auto-detection of CVE patches.
This commit is contained in:
Christian Kauhaus 2017-12-04 09:41:05 +01:00
parent 561de381bc
commit 10c2dcef82

View File

@ -3,11 +3,11 @@
pythonPackages.buildPythonApplication rec {
name = "${pname}-${version}";
pname = "vulnix";
version = "1.3.4";
version = "1.4.0";
src = pythonPackages.fetchPypi {
inherit pname version;
sha256 = "1js1i86pgkkqc9yzp1rck7rmaz79klv4048r9z7v56fam0a6sg05";
sha256 = "19kfqxlrigrgwn74x06m70ar2fhyhic5kfmdanjwjcbaxblha3l8";
};
buildInputs = with pythonPackages; [ flake8 pytest pytestcov ];