Merge pull request #232597 from fabaff/ospd-openvas-bump

ospd-openvas: 22.5.0 -> 22.5.1
This commit is contained in:
Fabian Affolter
2023-05-19 04:43:49 +02:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ospd-openvas";
version = "22.5.0";
version = "22.5.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "greenbone";
repo = "ospd-openvas";
rev = "refs/tags/v${version}";
hash = "sha256-1dzpS5Hov+48BYOkPicVk1duaNM5ueXNr7UKg6aPoZA=";
hash = "sha256-7B/SLdOKxdFdW0ysuxgJm1xaTJuM0FPaloRn46rxY6A=";
};
pythonRelaxDeps = [