subfinder: 2.6.2 -> 2.6.3
Diff: https://github.com/projectdiscovery/subfinder/compare/v2.6.2...v2.6.3 Changelog: https://github.com/projectdiscovery/subfinder/releases/tag/v2.6.3
This commit is contained in:
parent
225886d81a
commit
ea47befc87
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "subfinder";
|
||||
version = "2.6.2";
|
||||
version = "2.6.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "projectdiscovery";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-KyceWyVIgIPx4zw7pUCY2IC9PfbSYzwoDEbw80VhI+s=";
|
||||
hash = "sha256-X1Ow11ECwu2a/VzimrKGRJKCnZWL8KJ5Gii+pjP5b9E=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-vvgXlVPQPH6hO4yA3HYB0C6mva9eI2zMIlBhjtZXOTI=";
|
||||
vendorHash = "sha256-T1xrJ44xB95+ZhQPCYlcbH1gIQm7ETtTnQLl/+TRxVA=";
|
||||
|
||||
modRoot = "./v2";
|
||||
|
||||
|
|
Loading…
Reference in a new issue