Merge pull request #130446 from ckauhaus/vulnix-1.10.0

vulnix: 1.9.6 -> 1.10.0
This commit is contained in:
Jörg Thalheim 2021-07-17 14:25:08 +01:00 committed by GitHub
commit c44559aee8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@
python3Packages.buildPythonApplication rec {
pname = "vulnix";
version = "1.9.6";
version = "1.10.0";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "0anyxmqgn4kx102l3qjhh1f2b0cg7mnlapfhriyjw0zyy5gyqvng";
sha256 = "1d5mqpc4g1wkqcwxp8m9k130i3ii3q7n1n4b1fyb5wijidmyn3xv";
};
outputs = [ "out" "doc" "man" ];