about summary refs log tree commit diff
path: root/pkgs/tools/security/sslscan
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-06-23 22:09:23 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-06-23 22:09:23 +0200
commit567738b1d410ead51c38eb64b940e4d57a869278 (patch)
tree5b204fd76584dc7019ac91ef115fd4897e4f08ed /pkgs/tools/security/sslscan
parent8ea5f3c1333c26743fc852fd6e1241ed1cf1ae5f (diff)
sslscan: 2.0.13 -> 2.0.14
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 ae94b6e254702..6c112d6488daa 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.13";
+  version = "2.0.14";
 
   src = fetchFromGitHub {
     owner = "rbsec";
     repo = "sslscan";
     rev = version;
-    sha256 = "sha256-boXp26f8jiw73lMLwUMuAuDBRIw8JzokYadbKx/VeSg=";
+    sha256 = "sha256-CqfxiTRIgrr4J6qThDFqohkxJj5Byf0vQzG+voAEzag=";
   };
 
   buildInputs = [ openssl ];