ospd-openvas: 22.8.1 -> 22.8.2

This commit is contained in:
R. Ryantm
2025-04-10 17:58:04 +00:00
parent c43286150c
commit 529b810ac1
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ospd-openvas";
version = "22.8.1";
version = "22.8.2";
pyproject = true;
src = fetchFromGitHub {
owner = "greenbone";
repo = "ospd-openvas";
tag = "v${version}";
hash = "sha256-x/QDo5knECHDQJGj3JEMXfAiT2dDVWKJjJx/ryk8s8k=";
hash = "sha256-UrEcT65SlhJ33QHbAarAuVVSsZlzo/5JxlKSTL7/lsM=";
};
pythonRelaxDeps = [