Merge pull request #44012 from ckauhaus/vulnix-1.7.1

vulnix: 1.7 -> 1.7.1
This commit is contained in:
Jörg Thalheim 2018-07-23 14:59:47 +01:00 committed by GitHub
commit 09e111bd4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];