sslscan: 2.1.6 -> 2.2.0 (#421256)

This commit is contained in:
Franz Pletz 2025-07-13 21:30:55 +02:00 committed by GitHub
commit 9897dbd7f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "sslscan";
version = "2.1.6";
version = "2.2.0";
src = fetchFromGitHub {
owner = "rbsec";
repo = "sslscan";
tag = version;
hash = "sha256-XFoTwBtufkT/Ja0a3MEytPHx37eg3ZZ7x15EXHjZey4=";
hash = "sha256-i8nrGni7mClJQIlkDt20JXyhlJALKCR0MZk51ACtev0=";
};
buildInputs = [ openssl ];