subfinder: 2.6.8 -> 2.7.0

This commit is contained in:
R. Ryantm
2025-02-27 13:57:54 +00:00
parent 1c7a7eceee
commit c79093aec6
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "subfinder";
version = "2.6.8";
version = "2.7.0";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "subfinder";
tag = "v${version}";
hash = "sha256-xKK34SDjajLngmYsHADqof+/Hma2WuDj4SFkcqqm3hs=";
hash = "sha256-FSEircHSOU/rBdDANrdfPtTUfDn/2A+HtVnVyz7bV0c=";
};
vendorHash = "sha256-jVLkClwjK7Uvj8ZxOpAACafftwpBNHipQetF2FSpbYY=";
vendorHash = "sha256-jr3fBIVLB3ubEsj2pPLy+G/ShGn2OfJQ6bDuY3bbyXY=";
modRoot = "./v2";