Unverified Commit 55a1bded authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #286479 from Misaka13514/bump-subfinder

subfinder: 2.6.4 -> 2.6.5
parents c097f4ad 5a680687
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

buildGoModule rec {
  pname = "subfinder";
  version = "2.6.4";
  version = "2.6.5";

  src = fetchFromGitHub {
    owner = "projectdiscovery";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-pCfTaxGScGg2pcQERfWYOwBI3dnfOuXcFZ9msncpPwE=";
    hash = "sha256-+Xw4fom7lNfVxbGGoeWG7f37Gk1Dic+jzozh6HodplE=";
  };

  vendorHash = "sha256-3JlCXW5TfZT6zJ93V45XMDtfpuc31tHCLiJOscizG9M=";
  vendorHash = "sha256-n+FKmgluRfzhufia5rPqLKt4owCyWO4bP6Zgi+4Ax9w=";

  modRoot = "./v2";