Skip to content

Commit 9335856

Browse files
authored
nagiosPlugins.check_ssl_cert: 2.86.1 -> 2.87.1 (#388487)
2 parents 751d16b + d2d1d8e commit 9335856

File tree

1 file changed

+2
-2
lines changed
  • pkgs/servers/monitoring/nagios-plugins/check_ssl_cert

1 file changed

+2
-2
lines changed

pkgs/servers/monitoring/nagios-plugins/check_ssl_cert/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
stdenv.mkDerivation rec {
2020
pname = "check_ssl_cert";
21-
version = "2.86.1";
21+
version = "2.87.1";
2222

2323
src = fetchFromGitHub {
2424
owner = "matteocorti";
2525
repo = "check_ssl_cert";
2626
tag = "v${version}";
27-
hash = "sha256-CCE6TsgljeTmmBPaLqtrYFaaUBnYvVnJcz7KQ4gxec8=";
27+
hash = "sha256-pEMCYqPtk+18uNVUxRQ4awrRMuCqrQ6G8Ds6m3lhL9w=";
2828
};
2929

3030
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)