nagiosPlugins.check_ssl_cert: 2.92.0 -> 2.93.0

This commit is contained in:
R. Ryantm
2025-05-27 13:20:42 +00:00
parent 3f62a1ca1a
commit dac7b1b6e7
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.92.0";
version = "2.93.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
tag = "v${version}";
hash = "sha256-00zJt/MQ4uU/JvJfJ70mtCqtL63w2NRfUgDNmhTF8w8=";
hash = "sha256-uD9NGMiGDE8in7K9jUmPV3NNuLL52n90S07bKVK927k=";
};
nativeBuildInputs = [ makeWrapper ];