We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f90237a + 7027949 commit 0ecb239Copy full SHA for 0ecb239
pkgs/servers/monitoring/nagios-plugins/check_ssl_cert/default.nix
@@ -18,13 +18,13 @@
18
19
stdenv.mkDerivation rec {
20
pname = "check_ssl_cert";
21
- version = "2.86.0";
+ version = "2.86.1";
22
23
src = fetchFromGitHub {
24
owner = "matteocorti";
25
repo = "check_ssl_cert";
26
tag = "v${version}";
27
- hash = "sha256-IXwy6iRjrXVxpZiAYLMVmAgwm7Z8Ck/B0Mwi1UlRcSs=";
+ hash = "sha256-CCE6TsgljeTmmBPaLqtrYFaaUBnYvVnJcz7KQ4gxec8=";
28
};
29
30
nativeBuildInputs = [ makeWrapper ];
0 commit comments