nagiosPlugins.check_ssl_cert: 2.94.0 -> 2.96.0

This commit is contained in:
R. Ryantm
2026-02-18 01:38:01 +00:00
parent 24c32abce2
commit 576ce6f59a
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.94.0";
version = "2.96.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
tag = "v${version}";
hash = "sha256-t1bgW8a4g289nn34c4xnIyus7aAkZUII+/wXEIEmD2c=";
hash = "sha256-6j2+ScWgRDs/YaJzouzWQ92VlSty4juHKwo9/q/C+v0=";
};
nativeBuildInputs = [ makeWrapper ];