checkSSLCert: 2.35.0 -> 2.36.0

This commit is contained in:
R. Ryantm 2022-07-30 14:55:01 +00:00
parent 48f86ac8c8
commit c54facc0ff

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.35.0";
version = "2.36.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "v${version}";
hash = "sha256-xJBXINIPJm48LinPAlVHGxO82Jh2Kx/0OqHr87w63yo=";
hash = "sha256-J+sjJEZlkNWGAt66iwNmlIgqzRgp3nKO62FzSXN4cGE=";
};
nativeBuildInputs = [