ospd-openvas: 22.5.0 -> 22.5.1
Diff: https://github.com/greenbone/ospd-openvas/compare/refs/tags/v22.5.0...v22.5.1 Changelog: https://github.com/greenbone/ospd-openvas/blob/22.5.1/CHANGELOG.md
This commit is contained in:
parent
8d25ab1fc6
commit
4515ff7c40
1 changed files with 2 additions and 2 deletions
|
@ -5,14 +5,14 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "ospd-openvas";
|
pname = "ospd-openvas";
|
||||||
version = "22.5.0";
|
version = "22.5.1";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "greenbone";
|
owner = "greenbone";
|
||||||
repo = "ospd-openvas";
|
repo = "ospd-openvas";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-1dzpS5Hov+48BYOkPicVk1duaNM5ueXNr7UKg6aPoZA=";
|
hash = "sha256-7B/SLdOKxdFdW0ysuxgJm1xaTJuM0FPaloRn46rxY6A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
|
|
Loading…
Reference in a new issue