Merge pull request #229127 from r-ryantm/auto-update/checkSSLCert
checkSSLCert: 2.66.0 -> 2.68.0
This commit is contained in:
commit
17f01ae7c5
1 changed files with 11 additions and 11 deletions
|
@ -1,29 +1,29 @@
|
||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
|
, bc
|
||||||
|
, bind # host and dig binary
|
||||||
|
, coreutils # date and timeout binary
|
||||||
|
, curl
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, file
|
, file
|
||||||
, openssl
|
|
||||||
, makeWrapper
|
|
||||||
, which
|
|
||||||
, curl
|
|
||||||
, bc
|
|
||||||
, coreutils # date and timeout binary
|
|
||||||
, bind # host and dig binary
|
|
||||||
, nmap
|
|
||||||
, iproute2
|
, iproute2
|
||||||
|
, makeWrapper
|
||||||
, netcat-gnu
|
, netcat-gnu
|
||||||
|
, nmap
|
||||||
|
, openssl
|
||||||
, python3
|
, python3
|
||||||
|
, which
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "check_ssl_cert";
|
pname = "check_ssl_cert";
|
||||||
version = "2.66.0";
|
version = "2.68.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "matteocorti";
|
owner = "matteocorti";
|
||||||
repo = "check_ssl_cert";
|
repo = "check_ssl_cert";
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-sk0t/oy8YsTcYSMKtSsC3apGp8LNa9AUggHrHKd75pw=";
|
hash = "sha256-yigg2C1FkdS/O+GCAkbQhXwARO0583V8MREzVCNsoGA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue