Unverified Commit 8501a82f authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #217645 from r-ryantm/auto-update/interactsh

interactsh: 1.0.7 -> 1.1.0
parents 0186a7be 5e3c78bd
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

buildGoModule rec {
  pname = "interactsh";
  version = "1.0.7";
  version = "1.1.0";

  src = fetchFromGitHub {
    owner = "projectdiscovery";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-egM3ZlY/xjUu/Bxg58d7YET2PT3prf6ooZY+s/9faWQ=";
    rev = "refs/tags/v${version}";
    hash = "sha256-ELj80stWOwACsCGmjt2QR8TxBFpvlYmVN7hWDPee8YE=";
  };

  vendorSha256 = "sha256-Y6ErkDHnXJtdzEykD5EZYHRfHDPicE0sAzT2UXUNTGY=";
  vendorHash = "sha256-xm7Iup4+xhcJ+Bzv56A0C3+2Fxz53qY8fqlVsMtFLd8=";

  modRoot = ".";
  subPackages = [
@@ -33,6 +33,7 @@ buildGoModule rec {
      For example - Blind SQLi, Blind CMDi, SSRF, etc.
    '';
    homepage = "https://github.com/projectdiscovery/interactsh";
    changelog = "https://github.com/projectdiscovery/interactsh/releases/tag/v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ hanemile ];
  };