Merge pull request #296518 from r-ryantm/auto-update/ospd-openvas

ospd-openvas: 22.6.2 -> 22.7.0
This commit is contained in:
Fabian Affolter 2024-03-19 06:51:35 +01:00 committed by GitHub
commit 2d5db19dff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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