interactsh: 1.0.7 -> 1.1.0

This commit is contained in:
R. Ryantm 2023-02-22 08:37:34 +00:00
parent 25105c40d1
commit 1561908ed5

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=";
sha256 = "sha256-ELj80stWOwACsCGmjt2QR8TxBFpvlYmVN7hWDPee8YE=";
};
vendorSha256 = "sha256-Y6ErkDHnXJtdzEykD5EZYHRfHDPicE0sAzT2UXUNTGY=";
vendorHash = "sha256-xm7Iup4+xhcJ+Bzv56A0C3+2Fxz53qY8fqlVsMtFLd8=";
modRoot = ".";
subPackages = [