Merge pull request #306459 from r-ryantm/auto-update/ospd-openvas
ospd-openvas: 22.7.0 -> 22.7.1
This commit is contained in:
commit
27724cf2a9
1 changed files with 6 additions and 3 deletions
|
@ -5,14 +5,14 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "ospd-openvas";
|
||||
version = "22.7.0";
|
||||
version = "22.7.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "greenbone";
|
||||
repo = "ospd-openvas";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-aBrJODymUMj0sflJW/+dMYZBRPYqtS1L2UBENDXb2Xw=";
|
||||
hash = "sha256-bFZTwNITDG5OpoWD7F1Ad6BQFpY4Q5CGUGbYy7rTuc0=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
@ -20,8 +20,11 @@ python3.pkgs.buildPythonApplication rec {
|
|||
"python-gnupg"
|
||||
];
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
build-system = with python3.pkgs; [
|
||||
poetry-core
|
||||
];
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue