checkSSLCert: 2.19.0 -> 2.20.0

This commit is contained in:
R. Ryantm 2022-02-11 00:34:09 +00:00 committed by Jonathan Ringer
parent ad205764e8
commit 19d0256e61

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.19.0";
version = "2.20.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "v${version}";
sha256 = "sha256-HNvchmP975k971EYpDFCqxx8w1Oq/IIEy+r1il0PjmQ=";
sha256 = "sha256-M2Iy4FrdNw2Qyep8hHswzUEI7HSvVCuZO8wnJ398MfU=";
};
nativeBuildInputs = [