checkSSLCert: 2.81.1 -> 2.82.0

This commit is contained in:
R. Ryantm 2024-07-12 08:40:30 +00:00
parent 3a375fcd87
commit 2a198b20f0

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.81.1";
version = "2.82.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "refs/tags/v${version}";
hash = "sha256-ZF1izxIgpoQrWWI+G5vuAJsbc/IwUlAZHhUIHKCY2DA=";
hash = "sha256-u+/IXevDt4mlnQ4a1M1t2Zh26/FBd9yAtpr71NrdXTY=";
};
nativeBuildInputs = [