Merge pull request #275754 from SuperSandro2000/ssh-audit

ssh-audit: 3.0.0 -> 3.1.0
This commit is contained in:
Mario Rodas 2023-12-26 16:07:36 -05:00 committed by GitHub
commit c66061f4b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "ssh-audit";
version = "3.0.0";
version = "3.1.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "jtesta";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-+v+DLZPDC5uffTIJPzMvY/nLoy7BGiAsTddjNZZhTpo=";
sha256 = "sha256-pO6qpY1gqE40bb7q8J/35Dd0XckoFAaIBwWjFsxFO3c=";
};
nativeCheckInputs = with python3Packages; [