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

checkSSLCert: 2.40.0 -> 2.41.0
This commit is contained in:
Fabian Affolter
2022-09-03 09:37:04 +02:00
committed by GitHub
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.40.0";
version = "2.41.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "v${version}";
hash = "sha256-L4ofFpHaC2yygCnzX9N+1BForY0R/FZ1qYScurtm33Y=";
hash = "sha256-dJWxOUw+G3U19HSeL9rebWGdilQnNC9x89e99vFbp0s=";
};
nativeBuildInputs = [