testssl: 2.9.5-2 -> 2.9.5-3
Bugfix release: https://github.com/drwetter/testssl.sh/releases/tag/v2.9.5-3
This commit is contained in:
parent
df0a6d0853
commit
8163358cb0
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, fetchFromGitHub, pkgs }:
|
{ stdenv, fetchFromGitHub, pkgs }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.9.5-2";
|
version = "2.9.5-3";
|
||||||
pwdBinPath = "${stdenv.lib.makeBinPath (with pkgs; [ coreutils ])}/pwd";
|
pwdBinPath = "${stdenv.lib.makeBinPath (with pkgs; [ coreutils ])}/pwd";
|
||||||
opensslBinPath = "${stdenv.lib.makeBinPath (with pkgs; [ openssl ])}/openssl";
|
opensslBinPath = "${stdenv.lib.makeBinPath (with pkgs; [ openssl ])}/openssl";
|
||||||
|
|
||||||
|
@ -12,13 +12,9 @@ in stdenv.mkDerivation rec {
|
||||||
owner = "drwetter";
|
owner = "drwetter";
|
||||||
repo = "testssl.sh";
|
repo = "testssl.sh";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0nrzb2lhjq0s4dabyq8nldjijsld9gq4cxm8ys1cw5jyz1875g2w";
|
sha256 = "07vlmf3gn2xa4wam2sql6c1s1hvj5adzd6l1fl12lq066v0k7r7n";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with pkgs; [
|
|
||||||
makeWrapper
|
|
||||||
];
|
|
||||||
|
|
||||||
patches = [ ./testssl.patch ];
|
patches = [ ./testssl.patch ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in New Issue