ospd-openvas: 22.10.0 -> 22.10.1

This commit is contained in:
R. Ryantm
2026-02-04 17:13:45 +00:00
parent 822089b75a
commit 3de4959918
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ospd-openvas";
version = "22.10.0";
version = "22.10.1";
pyproject = true;
src = fetchFromGitHub {
owner = "greenbone";
repo = "ospd-openvas";
tag = "v${version}";
hash = "sha256-a1+rPHt/H3/ejEGGNUBER2ow5x9JlQsfIQHdM6GKPeQ=";
hash = "sha256-YrCYudM45xDSQRNhUfYAxFNKToMsWdGwtDYJiZ0E6+c=";
};
pythonRelaxDeps = [