Skip to content

Commit

Permalink
checkSSLCert: 2.43.0 -> 2.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 15, 2022
1 parent ee55809 commit 4f4ab81
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 @@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
pname = "check_ssl_cert";
version = "2.43.0";
version = "2.44.0";

src = fetchFromGitHub {
owner = "matteocorti";
repo = "check_ssl_cert";
rev = "v${version}";
hash = "sha256-swJzMZDBxof8RLMxVZN79zxajMO7kuxZxD8gNpgSksI=";
hash = "sha256-/vX7DVZNFuLNNQQDoiggBdp9dsjTAKZbhxD13+VUInU=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 4f4ab81

Please sign in to comment.