Merge pull request #75651 from etu/testssl-update

testssl: 3.0rc5 -> 3.0rc6
This commit is contained in:
Renaud 2019-12-20 23:30:44 +01:00 committed by GitHub
commit 6bfe79351b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "testssl.sh";
version = "3.0rc5";
version = "3.0rc6";
src = fetchFromGitHub {
owner = "drwetter";
repo = pname;
rev = version;
sha256 = "14b9n0h4f2dsa292wi9gnan5ncgqblis6wyh5978lhjzi1d7gyds";
sha256 = "1ks7pqgrg382ry0a0jf1dwgcwv81snhkrhkjdbcpym6w5flmpjsv";
};
nativeBuildInputs = [ makeWrapper ];
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
CLI tool which checks a server's service on any port for the support of
TLS/SSL ciphers, protocols as well as recent cryptographic flaws and more.
'';
homepage = https://testssl.sh/;
homepage = "https://testssl.sh/";
license = licenses.gpl2;
maintainers = with maintainers; [ etu ];
};