nagiosPlugins.check_ssl_cert: 2.93.0 -> 2.94.0 (#429502)

This commit is contained in:
Fabian Affolter
2025-07-31 10:31:50 +02:00
committed by GitHub
@@ -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 ];