testssl: 3.0.4 -> 3.0.5
This commit is contained in:
parent
fed9de5dec
commit
b6c2f3589d
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "testssl.sh";
|
pname = "testssl.sh";
|
||||||
version = "3.0.4";
|
version = "3.0.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "drwetter";
|
owner = "drwetter";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-Rcvkzw1DfoRXrk0vlpL6CojEHYfYga3voc2hm4qxdmw=";
|
sha256 = "sha256-p2jPpPHtOOmv0CCsXOECgMT9sqa4ZykcJwuGOSkYLaY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
|||||||
TLS/SSL ciphers, protocols as well as recent cryptographic flaws and more.
|
TLS/SSL ciphers, protocols as well as recent cryptographic flaws and more.
|
||||||
'';
|
'';
|
||||||
homepage = "https://testssl.sh/";
|
homepage = "https://testssl.sh/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Only;
|
||||||
maintainers = with maintainers; [ etu ];
|
maintainers = with maintainers; [ etu ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user