checkSSLCert: 2.36.0 -> 2.37.0

This commit is contained in:
R. Ryantm 2022-08-18 08:15:24 +00:00
parent 5532874151
commit 8be789f7f1

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.36.0";
version = "2.37.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "v${version}";
hash = "sha256-J+sjJEZlkNWGAt66iwNmlIgqzRgp3nKO62FzSXN4cGE=";
hash = "sha256-+1Io0sA+ZaGPReNfCTEnTzG3o0R6XyvpyA8bhXpEduM=";
};
nativeBuildInputs = [