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

interactsh: 1.0.7 -> 1.1.0
This commit is contained in:
Mario Rodas
2023-02-23 07:45:02 -05:00
committed by GitHub
+5 -4
View File
@@ -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 ];
};