about summary refs log tree commit diff
path: root/pkgs/tools/security/sslscan
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-28 11:09:13 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-28 11:09:13 +0000
commit9c203e8944071c80792ea9eea435246eb3e5e924 (patch)
treea3cfbc874129a39b081193969de523eaa7a4a75e /pkgs/tools/security/sslscan
parentd4de0d56282716fcd54a077e80aaa41c567f83b4 (diff)
sslscan: 2.0.11 -> 2.0.12
Diffstat (limited to 'pkgs/tools/security/sslscan')
-rw-r--r--pkgs/tools/security/sslscan/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/sslscan/default.nix b/pkgs/tools/security/sslscan/default.nix
index 1c9dfc36107a3..0885c1d2de6ac 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.11";
+  version = "2.0.12";
 
   src = fetchFromGitHub {
     owner = "rbsec";
     repo = "sslscan";
     rev = version;
-    sha256 = "sha256-ROdi1pU2VeswmItHOSZimOkPYlgdqEMg2b7zt0f9WrM=";
+    sha256 = "sha256-lFb+W2PSmXzzNhG+yNmnDNqtUc0TsDYYnsBnKdsiPSo=";
   };
 
   buildInputs = [ openssl ];