nagiosPlugins.check_ssl_cert: 2.92.0 -> 2.93.0 (#411392)

This commit is contained in:
Nick Cao
2025-05-28 19:22:28 -04:00
committed by GitHub
@@ -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 ];