nagiosPlugins.check_ssl_cert: 2.86.0 -> 2.86.1

This commit is contained in:
R. Ryantm
2025-02-24 14:28:04 +00:00
parent e4dd0c7064
commit 7027949004
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.86.0";
version = "2.86.1";
src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
tag = "v${version}";
hash = "sha256-IXwy6iRjrXVxpZiAYLMVmAgwm7Z8Ck/B0Mwi1UlRcSs=";
hash = "sha256-CCE6TsgljeTmmBPaLqtrYFaaUBnYvVnJcz7KQ4gxec8=";
};
nativeBuildInputs = [ makeWrapper ];