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 751d16b + d2d1d8e commit 9335856Copy full SHA for 9335856
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.1";
+ version = "2.87.1";
22
23
src = fetchFromGitHub {
24
owner = "matteocorti";
25
repo = "check_ssl_cert";
26
tag = "v${version}";
27
- hash = "sha256-CCE6TsgljeTmmBPaLqtrYFaaUBnYvVnJcz7KQ4gxec8=";
+ hash = "sha256-pEMCYqPtk+18uNVUxRQ4awrRMuCqrQ6G8Ds6m3lhL9w=";
28
};
29
30
nativeBuildInputs = [ makeWrapper ];
0 commit comments