Merge pull request #99088 from SuperSandro2000/ssh-audit-2.3.0
This commit is contained in:
commit
a1a0ea730f
|
@ -2,19 +2,19 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "ssh-audit";
|
pname = "ssh-audit";
|
||||||
version = "2.2.0";
|
version = "2.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jtesta";
|
owner = "jtesta";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1z1h9nsgfaxdnkr9dvc0yzc23b3wz436rg2fycg2glwjhhal8az7";
|
sha256 = "1k5nv2cdnzd3j2p729vjw6ya0gwwkxhqijs2b7p68wvp0n3y3m77";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
cp ./README.md pypi/sshaudit/
|
cp ./README.md packages/sshaudit/
|
||||||
cp ./ssh-audit.py pypi/sshaudit/sshaudit.py
|
cp ./ssh-audit.py packages/sshaudit/sshaudit.py
|
||||||
mv pypi/* .
|
mv packages/* .
|
||||||
ls -lah
|
ls -lah
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
@ -39,6 +39,6 @@ python3Packages.buildPythonApplication rec {
|
||||||
description = "Tool for ssh server auditing";
|
description = "Tool for ssh server auditing";
|
||||||
homepage = "https://github.com/jtesta/ssh-audit";
|
homepage = "https://github.com/jtesta/ssh-audit";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ tv ];
|
maintainers = with maintainers; [ tv SuperSandro2000 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue