subfinder: 2.7.0 -> 2.7.1

This commit is contained in:
R. Ryantm 2025-04-28 18:54:17 +00:00
parent 917ee0af83
commit 302b9473ec

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "subfinder";
version = "2.7.0";
version = "2.7.1";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "subfinder";
tag = "v${version}";
hash = "sha256-FSEircHSOU/rBdDANrdfPtTUfDn/2A+HtVnVyz7bV0c=";
hash = "sha256-pbrW95CrRRQok6MfA0ujjLiXTr1VFUswc/gK9WhU6qI=";
};
vendorHash = "sha256-jr3fBIVLB3ubEsj2pPLy+G/ShGn2OfJQ6bDuY3bbyXY=";
vendorHash = "sha256-v+AyeQoeTTPI7C1WysCu8adX6cBk06JudPigCIWNFGQ=";
modRoot = "./v2";