Merge pull request #174443 from r-ryantm/auto-update/check_ssl_cert

checkSSLCert: 2.25.0 -> 2.27.0
This commit is contained in:
Rick van Schijndel 2022-05-28 20:17:23 +02:00 committed by GitHub
commit 6f1d113cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.25.0";
version = "2.27.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "v${version}";
sha256 = "sha256-WjiUsf8PMlTsldMaxnQbgnC1XLVW6wz50JyX/3MbZ+k=";
sha256 = "sha256-R70disK654wKbrrs5QKy1reNDnjZgkXTlR/dAhikI6s=";
};
nativeBuildInputs = [