subfinder: 2.6.1 -> 2.6.2
Diff: https://github.com/projectdiscovery/subfinder/compare/v2.6.1...v2.6.2 Changelog: https://github.com/projectdiscovery/subfinder/releases/tag/v2.6.2
This commit is contained in:
parent
21bd7bb818
commit
07f923ae3a
@ -5,16 +5,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "subfinder";
|
||||
version = "2.6.1";
|
||||
version = "2.6.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "projectdiscovery";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-SVfBWOaDh2wE0XwoUzXOFohjHcb5upWILdWuUW0dwr8=";
|
||||
sha256 = "sha256-KyceWyVIgIPx4zw7pUCY2IC9PfbSYzwoDEbw80VhI+s=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-2Ob2oU7XBnqiWiR3td/lXDWl863ihx7j3iwP2CUGG/U=";
|
||||
vendorHash = "sha256-vvgXlVPQPH6hO4yA3HYB0C6mva9eI2zMIlBhjtZXOTI=";
|
||||
|
||||
modRoot = "./v2";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user