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

checkSSLCert: 2.68.0 -> 2.69.0
This commit is contained in:
figsoda 2023-05-15 22:36:41 -04:00 committed by GitHub
commit 8d31bb718b
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.68.0";
version = "2.69.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "refs/tags/v${version}";
hash = "sha256-yigg2C1FkdS/O+GCAkbQhXwARO0583V8MREzVCNsoGA=";
hash = "sha256-85bm/CvD5Kp9HKpf9czkqSEDYwmm8W+zd/uc88fWzPQ=";
};
nativeBuildInputs = [