Skip to content

Commit

Permalink
Merge pull request #326509 from r-ryantm/auto-update/checkSSLCert
Browse files Browse the repository at this point in the history
checkSSLCert: 2.81.1 -> 2.82.0
  • Loading branch information
fabaff authored Jul 12, 2024
2 parents eaccfa4 + 2a198b2 commit 68effbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/monitoring/nagios/plugins/check_ssl_cert.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.81.1";
version = "2.82.0";

src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "refs/tags/v${version}";
hash = "sha256-ZF1izxIgpoQrWWI+G5vuAJsbc/IwUlAZHhUIHKCY2DA=";
hash = "sha256-u+/IXevDt4mlnQ4a1M1t2Zh26/FBd9yAtpr71NrdXTY=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 68effbc

Please sign in to comment.