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

nagiosPlugins.check_ssl_cert: 2.87.1 -> 2.88.0 (#391820)

parents d19fcde0 27955ffd
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.87.1";
  version = "2.88.0";

  src = fetchFromGitHub {
    owner = "matteocorti";
    repo = "check_ssl_cert";
    tag = "v${version}";
    hash = "sha256-pEMCYqPtk+18uNVUxRQ4awrRMuCqrQ6G8Ds6m3lhL9w=";
    hash = "sha256-0iWGtruO4/SD6GT0sRVgj5wDi8PPB5Ui9HQGRcAf2ao=";
  };

  nativeBuildInputs = [ makeWrapper ];