checkSSLCert: 2.70.0 -> 2.72.0

This commit is contained in:
R. Ryantm 2023-08-16 09:58:14 +00:00
parent b51db7ec1b
commit 24b67ba580

View file

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.70.0";
version = "2.72.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "refs/tags/v${version}";
hash = "sha256-mr6tCZfnAM0e8cEtyen3oiV0Vt3cR/Z80RJ4NeMUaMs=";
hash = "sha256-0FKxZL+PY9cU64OzzfoxaHv6/neAJPwqOKcBsiSY3dw=";
};
nativeBuildInputs = [