mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 05:18:37 +00:00
ssh-audit: add format
This commit is contained in:
parent
2b73c06a68
commit
fd758bca24
@ -1,8 +1,12 @@
|
||||
{ lib, fetchFromGitHub, python3Packages }:
|
||||
{ lib
|
||||
, fetchFromGitHub
|
||||
, python3Packages
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "ssh-audit";
|
||||
version = "3.0.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jtesta";
|
||||
|
Loading…
Reference in New Issue
Block a user