diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2022-06-23 22:09:23 +0200 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2022-06-23 22:09:23 +0200 |
| commit | 567738b1d410ead51c38eb64b940e4d57a869278 (patch) | |
| tree | 5b204fd76584dc7019ac91ef115fd4897e4f08ed | |
| parent | Merge pull request #176619 from azahi/vultr (diff) | |
| download | nixpkgs-567738b1d410ead51c38eb64b940e4d57a869278.tar.gz | |
sslscan: 2.0.13 -> 2.0.14
| -rw-r--r-- | pkgs/tools/security/sslscan/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/sslscan/default.nix b/pkgs/tools/security/sslscan/default.nix index ae94b6e25470..6c112d6488da 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 ]; |
