ospd-openvas: 22.6.2 -> 22.7.0

This commit is contained in:
R. Ryantm 2024-03-16 22:32:48 +00:00
parent 9d77cc0d53
commit 4dc29e3d05

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ospd-openvas";
version = "22.6.2";
version = "22.7.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "greenbone";
repo = "ospd-openvas";
rev = "refs/tags/v${version}";
hash = "sha256-SO2+PpxjyP+Yba0X81EgNCOAu7ntlG7zOeWA+7XdRIA=";
hash = "sha256-aBrJODymUMj0sflJW/+dMYZBRPYqtS1L2UBENDXb2Xw=";
};
pythonRelaxDeps = [