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

checkSSLCert: 2.58.0 -> 2.60.0
This commit is contained in:
Nick Cao 2023-02-26 09:36:48 +08:00 committed by GitHub
commit 77b1367fb4
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.58.0";
version = "2.60.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "v${version}";
hash = "sha256-nQE3UMZcIR063JuZkTN49imDYQGGnNzE1yaeR4k4mWY=";
hash = "sha256-BWzhsIiEjRb4Yq8vf3N1lnwT3uU1Unr/ThxfhEiMBtw=";
};
nativeBuildInputs = [