Unverified Commit d3e3667c authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

sslscan: 2.2.1 -> 2.2.2 (#505077)

parents e7d78082 3948f5f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "sslscan";
  version = "2.2.1";
  version = "2.2.2";

  src = fetchFromGitHub {
    owner = "rbsec";
    repo = "sslscan";
    tag = version;
    hash = "sha256-HE0Jc0FSH/hK7wDhEOFR6nJJzyVAVlNhrCVlY0AlNU4=";
    hash = "sha256-qrd0NJS7M3nKFpAOpd8raGLrMj6PixTqiuus25lv+PA=";
  };

  buildInputs = [ openssl ];