Skip to content

Commit

Permalink
subfinder: 2.6.6 -> 2.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 26, 2024
1 parent 9a415c2 commit e01c2b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/subfinder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "subfinder";
version = "2.6.6";
version = "2.6.7";

src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "subfinder";
rev = "refs/tags/v${version}";
hash = "sha256-A9qSrgQB7AE+9S3SW1eXRGA65RfEzrjYR2XgU8e+zMk=";
hash = "sha256-2IO7TyMcKUB2B9agCoIdjybEjr0RLCv+vhXn9e5eL28=";
};

vendorHash = "sha256-j2WO+LLvioBB2EU/6ahyTn9H614Dmiskm0p7GOgqYNY=";
vendorHash = "sha256-+JOrephdT0k3onbgA3CKLeF8iLWycybwtJxalC0n0Ys=";

modRoot = "./v2";

Expand Down

0 comments on commit e01c2b8

Please sign in to comment.