mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
interactsh: 1.1.6 -> 1.1.7
Diff: https://github.com/projectdiscovery/interactsh/compare/refs/tags/v1.1.6...v1.1.7 Changelog: https://github.com/projectdiscovery/interactsh/releases/tag/v1.1.7
This commit is contained in:
parent
8a3676e965
commit
2798da406d
|
@ -5,16 +5,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "interactsh";
|
||||
version = "1.1.6";
|
||||
version = "1.1.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "projectdiscovery";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-cSqDiJEJdtHwL/xumZPOp1JHg7SUZ/47nKFv4bWBo5U=";
|
||||
hash = "sha256-9mUyVFm/UZw0bQkI3JumFoyzYBz7X6m1YLdpEsypb7s=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-xtV+QLheWU6RJSjmoOunrsOfUhNCDWJORQDBAmJd2Io=";
|
||||
vendorHash = "sha256-C4tlyvKQ2sG6uqbO06eT9E72JCPc44PhFAcek+O8sN4=";
|
||||
|
||||
modRoot = ".";
|
||||
subPackages = [
|
||||
|
|
Loading…
Reference in a new issue