Merge pull request #249503 from r-ryantm/auto-update/checkSSLCert

checkSSLCert: 2.70.0 -> 2.72.0
This commit is contained in:
Fabian Affolter 2023-08-16 21:37:08 +02:00 committed by GitHub
commit 695882636d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [