Skip to content

Commit

Permalink
Merge pull request #197687 from r-ryantm/auto-update/uncover
Browse files Browse the repository at this point in the history
uncover: 0.0.8 -> 0.0.9
  • Loading branch information
fabaff authored Oct 25, 2022
2 parents 493ae49 + b0a6702 commit 561513d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/uncover/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "uncover";
version = "0.0.8";
version = "0.0.9";

src = fetchFromGitHub {
owner = "projectdiscovery";
repo = pname;
rev = "v${version}";
hash = "sha256-euf6ufKVaDEJdaUCzjog32Gpoi7CPa3X22p60UgnOOQ=";
hash = "sha256-bYSqfxjJGue+7gPr8XgkcPF7UUuKWmLuQO07KCJp4jY=";
};

vendorSha256 = "sha256-FePZWseFEbBhBIsojw67SCZufSJygekZjlk0d7aceak=";
vendorSha256 = "sha256-FG0pqzSoqT/KjTOjXidAGjSABMFWgChJJYOhBfyzM7w=";

meta = with lib; {
description = "API wrapper to search for exposed hosts";
Expand Down

0 comments on commit 561513d

Please sign in to comment.