Commit 24b67ba5 authored by R. RyanTM's avatar R. RyanTM
Browse files

checkSSLCert: 2.70.0 -> 2.72.0

parent b51db7ec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "check_ssl_cert";
  version = "2.70.0";
  version = "2.72.0";

  src = fetchFromGitHub {
    owner = "matteocorti";
    repo = "check_ssl_cert";
    rev = "refs/tags/v${version}";
    hash = "sha256-mr6tCZfnAM0e8cEtyen3oiV0Vt3cR/Z80RJ4NeMUaMs=";
    hash = "sha256-0FKxZL+PY9cU64OzzfoxaHv6/neAJPwqOKcBsiSY3dw=";
  };

  nativeBuildInputs = [