From 32f184a1f0a93124ad92afda3c04d7a26b7afb65 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 18 Dec 2021 22:20:41 +0100 Subject: [PATCH] log4j-scan: unstable-2021-12-14 -> unstable-2021-12-18 --- pkgs/tools/security/log4j-scan/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/log4j-scan/default.nix b/pkgs/tools/security/log4j-scan/default.nix index 142c1dd8c1b..bd2772efb41 100644 --- a/pkgs/tools/security/log4j-scan/default.nix +++ b/pkgs/tools/security/log4j-scan/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "log4j-scan"; - version = "unstable-2021-12-14"; + version = "unstable-2021-12-18"; format = "other"; src = fetchFromGitHub { owner = "fullhunt"; repo = pname; - rev = "7be0f1c02ce3494469dc73a177e6f0c96f0016d9"; - sha256 = "sha256-HazxK0wJ8xeFauD2xOxmOwWw1nEpQh+QdcBVZNaUgrM="; + rev = "070fbd00f0945645bd5e0daa199a554ef3884b95"; + sha256 = "sha256-ORSc4KHyAMjuA7QHReDh6SYY5yZRunBBN1+lkCayqL4="; }; propagatedBuildInputs = with python3.pkgs; [