nagiosPlugins.check_ssl_cert: 2.86.0 -> 2.86.1 (#384785)

This commit is contained in:
Fabian Affolter
2025-02-24 23:58:46 +01:00
committed by GitHub
@@ -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 ];