ospd-openvas: 22.8.2 -> 22.9.0

This commit is contained in:
R. Ryantm
2025-05-24 23:03:27 +00:00
parent 89ee231963
commit 2efd5307e4
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ospd-openvas";
version = "22.8.2";
version = "22.9.0";
pyproject = true;
src = fetchFromGitHub {
owner = "greenbone";
repo = "ospd-openvas";
tag = "v${version}";
hash = "sha256-UrEcT65SlhJ33QHbAarAuVVSsZlzo/5JxlKSTL7/lsM=";
hash = "sha256-09AQQGi9uTlAsy5vEkVaz5T8j2zYnQ7GnzSh5N61VkA=";
};
pythonRelaxDeps = [