12 stdenv.mkDerivation rec {
14 version = "1.8-unstable-2024-10-16";
16 src = fetchFromGitHub {
19 rev = "a7534300bb09184fec991b3b4f19a40538b8adea";
20 hash = "sha256-6jmIPkyT5QCqQw07unc6nKTlxpajiLO05IFshWtCh7w=";
35 description = "SSLv3/TLS network protocol analyzer";
36 homepage = "https://ssldump.sourceforge.net";
37 license = "BSD-style";
38 maintainers = with maintainers; [ aycanirican ];
39 platforms = platforms.unix;
40 mainProgram = "ssldump";