Commit 66e6323f authored by R. RyanTM's avatar R. RyanTM
Browse files

checkSSLCert: 2.53.0 -> 2.54.0

parent dd2351ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
  pname = "check_ssl_cert";
  version = "2.53.0";
  version = "2.54.0";

  src = fetchFromGitHub {
    owner = "matteocorti";
    repo = "check_ssl_cert";
    rev = "v${version}";
    hash = "sha256-Pj2g4eZqeIWV5kb2N9cnVwV0ZASOQflZD3sChhzPbfM=";
    hash = "sha256-rRzO5MYpQrDuMyQlOCupV6IR7ZZgpU2lhPpgqoEXiaY=";
  };

  nativeBuildInputs = [