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.
1 parent 996e36a commit d4912c1Copy full SHA for d4912c1
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.89.0";
+ version = "2.92.0";
22
23
src = fetchFromGitHub {
24
owner = "matteocorti";
25
repo = "check_ssl_cert";
26
tag = "v${version}";
27
- hash = "sha256-kL89lNPuFd1ozWYNJEnZ0vcWUXIEnDS6LABTXxtjvmE=";
+ hash = "sha256-00zJt/MQ4uU/JvJfJ70mtCqtL63w2NRfUgDNmhTF8w8=";
28
};
29
30
nativeBuildInputs = [ makeWrapper ];
0 commit comments