mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
vulnix: 1.9.4 -> 1.9.6
This commit is contained in:
parent
02fe1ec6ec
commit
711e47acfb
1 changed files with 7 additions and 3 deletions
|
@ -1,12 +1,16 @@
|
|||
{ stdenv, python3Packages, nix, ronn }:
|
||||
{ stdenv
|
||||
, python3Packages
|
||||
, nix
|
||||
, ronn
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "vulnix";
|
||||
version = "1.9.4";
|
||||
version = "1.9.6";
|
||||
|
||||
src = python3Packages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "06dpdsnz1ih0syas3x25s557qpw0f4kmypvxwaffm734djg8klmi";
|
||||
sha256 = "0anyxmqgn4kx102l3qjhh1f2b0cg7mnlapfhriyjw0zyy5gyqvng";
|
||||
};
|
||||
|
||||
outputs = [ "out" "doc" "man" ];
|
||||
|
|
Loading…
Reference in a new issue