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

checkSSLCert: 2.83.1 -> 2.84.1 (#344791)

parents c078e1c9 6fbb1883
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.83.1";
  version = "2.84.1";

  src = fetchFromGitHub {
    owner = "matteocorti";
    repo = "check_ssl_cert";
    rev = "refs/tags/v${version}";
    hash = "sha256-EFFA7lhI2NlOl7gQFk4ZmLgRuH2GxLnwb4CDWX8Q6/0=";
    hash = "sha256-ga8GFZidqoWHaibHgOxSyRtGEMbrQv+4+V3RMNobhbs=";
  };

  nativeBuildInputs = [