Commit 6f9e47ca authored by R. RyanTM's avatar R. RyanTM
Browse files

checkSSLCert: 2.81.0 -> 2.81.1

parent fb2cf019
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.81.0";
  version = "2.81.1";

  src = fetchFromGitHub {
    owner = "matteocorti";
    repo = "check_ssl_cert";
    rev = "refs/tags/v${version}";
    hash = "sha256-6C6shxu9ze0ffx6Mg2K9TkqJl98Wz7loTcCptg92IY8=";
    hash = "sha256-ZF1izxIgpoQrWWI+G5vuAJsbc/IwUlAZHhUIHKCY2DA=";
  };

  nativeBuildInputs = [