checkSSLCert: 2.83.1 -> 2.84.1

This commit is contained in:
R. Ryantm 2024-09-27 03:38:16 +00:00
parent c7f9378f34
commit 6fbb188311

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.83.1";
version = "2.84.1";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "refs/tags/v${version}";
hash = "sha256-EFFA7lhI2NlOl7gQFk4ZmLgRuH2GxLnwb4CDWX8Q6/0=";
hash = "sha256-ga8GFZidqoWHaibHgOxSyRtGEMbrQv+4+V3RMNobhbs=";
};
nativeBuildInputs = [