Unverified Commit cb559135 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

nagiosPlugins.check_ssl_cert: 2.93.0 -> 2.94.0 (#429502)

parents 15790866 7967ef88
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenv.mkDerivation rec {
  pname = "check_ssl_cert";
  version = "2.93.0";
  version = "2.94.0";

  src = fetchFromGitHub {
    owner = "matteocorti";
    repo = "check_ssl_cert";
    tag = "v${version}";
    hash = "sha256-uD9NGMiGDE8in7K9jUmPV3NNuLL52n90S07bKVK927k=";
    hash = "sha256-t1bgW8a4g289nn34c4xnIyus7aAkZUII+/wXEIEmD2c=";
  };

  nativeBuildInputs = [ makeWrapper ];