about summary refs log tree commit diff
path: root/pkgs/tools/security/uncover/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-05 04:01:10 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-05 04:01:10 +0000
commitc3c2b2f9295803e85616dde148ceb76a12d5e175 (patch)
tree6473c4a4fe5f9b9b4e511f365088687c19cdbfee /pkgs/tools/security/uncover/default.nix
parenteb3d3b2e9049e2fcf812e29c6636830cac3e0733 (diff)
uncover: 0.0.6 -> 0.0.7
Diffstat (limited to 'pkgs/tools/security/uncover/default.nix')
-rw-r--r--pkgs/tools/security/uncover/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/uncover/default.nix b/pkgs/tools/security/uncover/default.nix
index f8102c6987d8e..c55e553690af9 100644
--- a/pkgs/tools/security/uncover/default.nix
+++ b/pkgs/tools/security/uncover/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "uncover";
-  version = "0.0.6";
+  version = "0.0.7";
 
   src = fetchFromGitHub {
     owner = "projectdiscovery";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-iWSaNfRZJ59C7DWsPett9zM6hi/kOtpxlkw2haMeuaY=";
+    hash = "sha256-xQHcJgbWYOvAsoZNzBB7uEs9qIsKGitmurruE+dwjt8=";
   };
 
-  vendorSha256 = "sha256-M50pQJCzEXSBXUsjwxlM8s1WgcPwZgBpArUExLP+bRY=";
+  vendorSha256 = "sha256-FePZWseFEbBhBIsojw67SCZufSJygekZjlk0d7aceak=";
 
   meta = with lib; {
     description = "API wrapper to search for exposed hosts";