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

interactsh: 1.1.0 -> 1.1.2

authored by

Fabian Affolter and committed by
GitHub
e8a861f9 662d635b

+3 -3
+3 -3
pkgs/tools/misc/interactsh/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "interactsh"; 8 - version = "1.1.0"; 8 + version = "1.1.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "projectdiscovery"; 12 12 repo = pname; 13 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-ELj80stWOwACsCGmjt2QR8TxBFpvlYmVN7hWDPee8YE="; 14 + hash = "sha256-a/rJbBYRERujvy7HBRavLdv7NdG7ofCQec4Ia1WPflc="; 15 15 }; 16 16 17 - vendorHash = "sha256-xm7Iup4+xhcJ+Bzv56A0C3+2Fxz53qY8fqlVsMtFLd8="; 17 + vendorHash = "sha256-YfqprpftCFH+tuEhcK4xWwenjv8BjFhzlTRsy1rz5Ec="; 18 18 19 19 modRoot = "."; 20 20 subPackages = [