From ca52ff66efe8666553bd0310d55e9ae2ba1dd307 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 11 Jul 2022 21:58:36 +0200 Subject: [PATCH] sslscan: 2.0.14 -> 2.0.15 --- pkgs/tools/security/sslscan/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/sslscan/default.nix b/pkgs/tools/security/sslscan/default.nix index 6c112d6488d..e02dabb5029 100644 --- a/pkgs/tools/security/sslscan/default.nix +++ b/pkgs/tools/security/sslscan/default.nix @@ -6,13 +6,13 @@ stdenv.mkDerivation rec { pname = "sslscan"; - version = "2.0.14"; + version = "2.0.15"; src = fetchFromGitHub { owner = "rbsec"; repo = "sslscan"; rev = version; - sha256 = "sha256-CqfxiTRIgrr4J6qThDFqohkxJj5Byf0vQzG+voAEzag="; + sha256 = "sha256-YUczZYdrFGNYHoVZJ/HRbULgYWILKeo7lqyndSQO2Kw="; }; buildInputs = [ openssl ];