Loading pkgs/development/python-modules/notus-scanner/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "notus-scanner"; version = "22.6.5"; version = "22.7.1"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "greenbone"; repo = "notus-scanner"; tag = "v${version}"; hash = "sha256-PPwQjZIKSQ1OmyYJ8ErkqdbHZfH4iHPMiDdKZ3imBwo="; hash = "sha256-iTcGo33GRf+CihSRuK1GFXOpYL6TT8e3CRyK2/AA38U="; }; pythonRelaxDeps = [ Loading @@ -48,7 +48,7 @@ buildPythonPackage rec { meta = with lib; { description = "Helper to create results from local security checks"; homepage = "https://github.com/greenbone/notus-scanner"; changelog = "https://github.com/greenbone/notus-scanner/releases/tag/v${version}"; changelog = "https://github.com/greenbone/notus-scanner/releases/tag/${src.tag}"; license = with licenses; [ agpl3Plus ]; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/notus-scanner/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "notus-scanner"; version = "22.6.5"; version = "22.7.1"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "greenbone"; repo = "notus-scanner"; tag = "v${version}"; hash = "sha256-PPwQjZIKSQ1OmyYJ8ErkqdbHZfH4iHPMiDdKZ3imBwo="; hash = "sha256-iTcGo33GRf+CihSRuK1GFXOpYL6TT8e3CRyK2/AA38U="; }; pythonRelaxDeps = [ Loading @@ -48,7 +48,7 @@ buildPythonPackage rec { meta = with lib; { description = "Helper to create results from local security checks"; homepage = "https://github.com/greenbone/notus-scanner"; changelog = "https://github.com/greenbone/notus-scanner/releases/tag/v${version}"; changelog = "https://github.com/greenbone/notus-scanner/releases/tag/${src.tag}"; license = with licenses; [ agpl3Plus ]; maintainers = with maintainers; [ fab ]; }; Loading