nagiosPlugins.check_ssl_cert: 2.93.0 -> 2.94.0

This commit is contained in:
R. Ryantm 2025-07-30 01:37:46 +00:00
parent eaa9fd315f
commit 7967ef8875

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.93.0";
version = "2.94.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
tag = "v${version}";
hash = "sha256-uD9NGMiGDE8in7K9jUmPV3NNuLL52n90S07bKVK927k=";
hash = "sha256-t1bgW8a4g289nn34c4xnIyus7aAkZUII+/wXEIEmD2c=";
};
nativeBuildInputs = [ makeWrapper ];