Merge pull request #179983 from fabaff/checkSSLCert-bump

checkSSLCert: 2.32.0 -> 2.33.0
This commit is contained in:
Bobby Rong 2022-07-04 21:23:56 +08:00 committed by GitHub
commit a451cc3d23
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.32.0";
version = "2.33.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "v${version}";
hash = "sha256-CoWoV9Vv9j0VmkRw7bQFArkKZA2Qq+7ae3ujogsUWso=";
hash = "sha256-LNs7v56Gk8pLM+vUwQKx85cTvcCZxfpuceOXih9t6kE=";
};
nativeBuildInputs = [