about summary refs log tree commit diff
path: root/pkgs/tools/security/sslscan
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-22 12:20:37 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-12-22 12:20:37 +0000
commit0ac37ae10bdc9f7fa7b0671582cb2986265f8dd1 (patch)
treed72a75484e90ef2450e3617fa80fe5fd1992c812 /pkgs/tools/security/sslscan
parentae969de2bbf871583109d10f812d854ae8d4a878 (diff)
sslscan: 2.0.10 -> 2.0.11
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 4bd7a3ff22146..1c9dfc36107a3 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.10";
+  version = "2.0.11";
 
   src = fetchFromGitHub {
     owner = "rbsec";
     repo = "sslscan";
     rev = version;
-    sha256 = "sha256-L6cNmvR6zy2tkMHh+LBsQ3VZDUr0tD5AlOEj+dTLV5k=";
+    sha256 = "sha256-ROdi1pU2VeswmItHOSZimOkPYlgdqEMg2b7zt0f9WrM=";
   };
 
   buildInputs = [ openssl ];