nagiosPlugins.check_ssl_cert: 2.87.1 -> 2.88.0

This commit is contained in:
R. Ryantm 2025-03-21 11:05:22 +00:00
parent 20fea3886c
commit 27955ffda5

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.87.1";
version = "2.88.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
tag = "v${version}";
hash = "sha256-pEMCYqPtk+18uNVUxRQ4awrRMuCqrQ6G8Ds6m3lhL9w=";
hash = "sha256-0iWGtruO4/SD6GT0sRVgj5wDi8PPB5Ui9HQGRcAf2ao=";
};
nativeBuildInputs = [ makeWrapper ];