interactsh: 1.1.0 -> 1.1.2

This commit is contained in:
R. Ryantm 2023-04-05 21:05:07 +00:00
parent 37e8b04cc7
commit f4d36c53a7

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "interactsh";
version = "1.1.0";
version = "1.1.2";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ELj80stWOwACsCGmjt2QR8TxBFpvlYmVN7hWDPee8YE=";
hash = "sha256-a/rJbBYRERujvy7HBRavLdv7NdG7ofCQec4Ia1WPflc=";
};
vendorHash = "sha256-xm7Iup4+xhcJ+Bzv56A0C3+2Fxz53qY8fqlVsMtFLd8=";
vendorHash = "sha256-YfqprpftCFH+tuEhcK4xWwenjv8BjFhzlTRsy1rz5Ec=";
modRoot = ".";
subPackages = [