about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-04-27 12:39:46 +0200
committerGitHub <noreply@github.com>2023-04-27 12:39:46 +0200
commit1c8257a313a5eb4d5f86edc2d325a23ff8085b94 (patch)
tree183856badb8da9d310ad54bb0fca68f701d4f4b4
parente6d6399034be026ae4bc3d70ba7248feed2c0113 (diff)
parenta110875cffacbd8bff54d39f1ca36c34d55dba12 (diff)
Merge pull request #228482 from r-ryantm/auto-update/checkSSLCert
checkSSLCert: 2.64.0 -> 2.66.0
-rw-r--r--pkgs/servers/monitoring/nagios/plugins/check_ssl_cert.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/monitoring/nagios/plugins/check_ssl_cert.nix b/pkgs/servers/monitoring/nagios/plugins/check_ssl_cert.nix
index 629bf2e3b7a5e..7aa41d77146a4 100644
--- a/pkgs/servers/monitoring/nagios/plugins/check_ssl_cert.nix
+++ b/pkgs/servers/monitoring/nagios/plugins/check_ssl_cert.nix
@@ -17,13 +17,13 @@
 
 stdenv.mkDerivation rec {
   pname = "check_ssl_cert";
-  version = "2.64.0";
+  version = "2.66.0";
 
   src = fetchFromGitHub {
     owner = "matteocorti";
     repo = "check_ssl_cert";
     rev = "v${version}";
-    hash = "sha256-/5ozeabGqFpEfBi2WVRHUpaSwQjvuq8RRw2hNDp8j34=";
+    hash = "sha256-sk0t/oy8YsTcYSMKtSsC3apGp8LNa9AUggHrHKd75pw=";
   };
 
   nativeBuildInputs = [