mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
sslscan: 1.11.7 -> 1.11.8
This commit is contained in:
parent
8821ef9dc5
commit
51f4e1829c
@ -2,20 +2,18 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "sslscan-${version}";
|
name = "sslscan-${version}";
|
||||||
version = "1.11.7";
|
version = "1.11.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rbsec";
|
owner = "rbsec";
|
||||||
repo = "sslscan";
|
repo = "sslscan";
|
||||||
rev = "${version}-rbsec";
|
rev = "${version}-rbsec";
|
||||||
sha256 = "007lf3rxcn9nz6jrki3mavgd9sd2hmm9nzp2g13h0ri51yc3bkp0";
|
sha256 = "0vm9r0hmpb6ifix2biqbr7za1rld9yx8hi8vf7j69vcm647z7aas";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl ];
|
buildInputs = [ openssl ];
|
||||||
|
|
||||||
installFlags = [
|
installFlags = [ "PREFIX=$(out)" ];
|
||||||
"PREFIX=$(out)"
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Tests SSL/TLS services and discover supported cipher suites";
|
description = "Tests SSL/TLS services and discover supported cipher suites";
|
||||||
|
Loading…
Reference in New Issue
Block a user