nagiosPlugins.check_ssl_cert: 2.89.0 -> 2.92.0 (#398258)

This commit is contained in:
Fabian Affolter
2025-04-14 00:07:18 +02:00
committed by GitHub
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.89.0";
version = "2.92.0";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
tag = "v${version}";
hash = "sha256-kL89lNPuFd1ozWYNJEnZ0vcWUXIEnDS6LABTXxtjvmE=";
hash = "sha256-00zJt/MQ4uU/JvJfJ70mtCqtL63w2NRfUgDNmhTF8w8=";
};
nativeBuildInputs = [ makeWrapper ];