testssl: 3.0rc4 -> 3.0rc5

Changelog: https://github.com/drwetter/testssl.sh/releases/tag/3.0rc4
This commit is contained in:
Elis Hirwing 2019-04-25 13:54:49 +02:00
parent cc05b73286
commit 329b31515e
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "testssl.sh"; pname = "testssl.sh";
version = "3.0rc4"; version = "3.0rc5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "drwetter"; owner = "drwetter";
repo = "testssl.sh"; repo = pname;
rev = version; rev = version;
sha256 = "1qmsi3f4977ig8s14my5z2w9gydddanrij78f7jhyr2c8kkip7q7"; sha256 = "14b9n0h4f2dsa292wi9gnan5ncgqblis6wyh5978lhjzi1d7gyds";
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];
@ -25,7 +25,8 @@ stdenv.mkDerivation rec {
postPatch = '' postPatch = ''
substituteInPlace testssl.sh \ substituteInPlace testssl.sh \
--replace /bin/pwd pwd \ --replace /bin/pwd pwd \
--replace TESTSSL_INSTALL_DIR:-\"\" TESTSSL_INSTALL_DIR:-\"$out\" --replace TESTSSL_INSTALL_DIR:-\"\" TESTSSL_INSTALL_DIR:-\"$out\" \
--replace PROG_NAME=\"\$\(basename\ \"\$0\"\)\" PROG_NAME=\"testssl.sh\"
''; '';
installPhase = '' installPhase = ''