From f7b0f2597f1b07ff91fc2ebe7a5d7e6eb81482d7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 23 Apr 2025 00:56:03 +0000 Subject: [PATCH] python312Packages.notus-scanner: 22.6.5 -> 22.7.1 --- pkgs/development/python-modules/notus-scanner/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/notus-scanner/default.nix b/pkgs/development/python-modules/notus-scanner/default.nix index 8fe4c5e02728..5da6021893c1 100644 --- a/pkgs/development/python-modules/notus-scanner/default.nix +++ b/pkgs/development/python-modules/notus-scanner/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "notus-scanner"; - version = "22.6.5"; + version = "22.7.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "greenbone"; repo = "notus-scanner"; tag = "v${version}"; - hash = "sha256-PPwQjZIKSQ1OmyYJ8ErkqdbHZfH4iHPMiDdKZ3imBwo="; + hash = "sha256-iTcGo33GRf+CihSRuK1GFXOpYL6TT8e3CRyK2/AA38U="; }; pythonRelaxDeps = [ @@ -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 ]; };