We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb1f5fb + 1e0bb02 commit 8ee13c3Copy full SHA for 8ee13c3
pkgs/development/python-modules/notus-scanner/default.nix
@@ -14,16 +14,16 @@
14
15
buildPythonPackage rec {
16
pname = "notus-scanner";
17
- version = "22.6.4";
+ version = "22.6.5";
18
pyproject = true;
19
20
- disabled = pythonOlder "3.7";
+ disabled = pythonOlder "3.9";
21
22
src = fetchFromGitHub {
23
owner = "greenbone";
24
repo = "notus-scanner";
25
rev = "refs/tags/v${version}";
26
- hash = "sha256-DcFIypfdrz8pM7qAMVpof6xKWYp/bSRUswngxa5EQFk=";
+ hash = "sha256-PPwQjZIKSQ1OmyYJ8ErkqdbHZfH4iHPMiDdKZ3imBwo=";
27
};
28
29
pythonRelaxDeps = [
0 commit comments