sslscan: 2.2.1 -> 2.2.2 (#505077)

This commit is contained in:
Franz Pletz
2026-04-04 06:19:07 +00:00
committed by GitHub

View File

@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "sslscan";
version = "2.2.1";
version = "2.2.2";
src = fetchFromGitHub {
owner = "rbsec";
repo = "sslscan";
tag = version;
hash = "sha256-HE0Jc0FSH/hK7wDhEOFR6nJJzyVAVlNhrCVlY0AlNU4=";
hash = "sha256-qrd0NJS7M3nKFpAOpd8raGLrMj6PixTqiuus25lv+PA=";
};
buildInputs = [ openssl ];