Merge pull request #44012 from ckauhaus/vulnix-1.7.1
vulnix: 1.7 -> 1.7.1
This commit is contained in:
commit
09e111bd4b
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
pname = "vulnix";
|
||||
version = "1.7";
|
||||
version = "1.7.1";
|
||||
|
||||
src = pythonPackages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "16228w0vakb515cnrk4akadh0m21abiv8rv574jarcsf7359xslj";
|
||||
sha256 = "15c32976sgb5clixngi6z1fk5h02v1kn1a89h8rkbkvyhfnjgg8m";
|
||||
};
|
||||
|
||||
buildInputs = [ ronn ];
|
||||
|
|
Loading…
Reference in a new issue