lol

python311Packages.notus-scanner: 22.6.0 -> 22.6.2

Diff: https://github.com/greenbone/notus-scanner/compare/refs/tags/v22.6.0...v22.6.2

Changelog: https://github.com/greenbone/notus-scanner/releases/tag/v22.6.2

+2 -2
+2 -2
pkgs/development/python-modules/notus-scanner/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "notus-scanner"; 17 - version = "22.6.0"; 17 + version = "22.6.2"; 18 18 format = "pyproject"; 19 19 20 20 disabled = pythonOlder "3.7"; ··· 23 23 owner = "greenbone"; 24 24 repo = pname; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-Ih6Uz7dTVMNCBsLcDsslyIzttg+IDBW3B+Ixpp7sz1Y="; 26 + hash = "sha256-V70cFSfQ9SuLhCSUa8DuYA7qaabwiK9IbIkYcQMgVUk="; 27 27 }; 28 28 29 29 pythonRelaxDeps = [