Merge pull request #247882 from fabaff/ospd-openvas-bump
ospd-openvas: 22.5.1 -> 22.5.4
This commit is contained in:
commit
a9921b2da4
@ -5,14 +5,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "ospd-openvas";
|
||||
version = "22.5.1";
|
||||
version = "22.5.4";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "greenbone";
|
||||
repo = "ospd-openvas";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-7B/SLdOKxdFdW0ysuxgJm1xaTJuM0FPaloRn46rxY6A=";
|
||||
hash = "sha256-T/MKx8yjRZ+r0ypnWzASGIQPKOAvzznWvaP7gwP+24M=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
@ -48,7 +48,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
meta = with lib; {
|
||||
description = "OSP server implementation to allow GVM to remotely control an OpenVAS Scanner";
|
||||
homepage = "https://github.com/greenbone/ospd-openvas";
|
||||
changelog = "https://github.com/greenbone/ospd-openvas/blob/${version}/CHANGELOG.md";
|
||||
changelog = "https://github.com/greenbone/ospd-openvas/releases/tag/v${version}";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user