Skip to content

Commit ecc7160

Browse files
committed
python312Packages.notus-scanner: 22.6.4 -> 22.6.5
1 parent 722661d commit ecc7160

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/notus-scanner

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/notus-scanner/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
buildPythonPackage rec {
1616
pname = "notus-scanner";
17-
version = "22.6.4";
17+
version = "22.6.5";
1818
pyproject = true;
1919

2020
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
2323
owner = "greenbone";
2424
repo = "notus-scanner";
2525
rev = "refs/tags/v${version}";
26-
hash = "sha256-DcFIypfdrz8pM7qAMVpof6xKWYp/bSRUswngxa5EQFk=";
26+
hash = "sha256-PPwQjZIKSQ1OmyYJ8ErkqdbHZfH4iHPMiDdKZ3imBwo=";
2727
};
2828

2929
pythonRelaxDeps = [

0 commit comments

Comments
 (0)