about summary refs log tree commit diff
path: root/pkgs/tools/security/uncover
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-04 18:22:53 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-04 18:22:53 +0000
commit9307a0f393f8299021095eebe48e19a4ecacaea4 (patch)
treec89e4bb01988e95ae966c4b9e73b7da9179c5367 /pkgs/tools/security/uncover
parentc5aabbdfb3fd9d472dacc66b2ebea9ce3b5a9ba4 (diff)
downloadnixlib-9307a0f393f8299021095eebe48e19a4ecacaea4.tar
nixlib-9307a0f393f8299021095eebe48e19a4ecacaea4.tar.gz
nixlib-9307a0f393f8299021095eebe48e19a4ecacaea4.tar.bz2
nixlib-9307a0f393f8299021095eebe48e19a4ecacaea4.tar.lz
nixlib-9307a0f393f8299021095eebe48e19a4ecacaea4.tar.xz
nixlib-9307a0f393f8299021095eebe48e19a4ecacaea4.tar.zst
nixlib-9307a0f393f8299021095eebe48e19a4ecacaea4.zip
uncover: 1.0.3 -> 1.0.4
Diffstat (limited to 'pkgs/tools/security/uncover')
-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 38421ad70553..475525908fa3 100644
--- a/pkgs/tools/security/uncover/default.nix
+++ b/pkgs/tools/security/uncover/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "uncover";
-  version = "1.0.3";
+  version = "1.0.4";
 
   src = fetchFromGitHub {
     owner = "projectdiscovery";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-emfS5/HEt+I0DlUDgbWGqjF8bVLHsKxgAS4CKB8WO9E=";
+    hash = "sha256-hugGRMxY0cmcfIjUOvmaTCC19VkxODZLwP2lYdrIfo8=";
   };
 
-  vendorHash = "sha256-ckswffKbTXq8GMO2RvVz43ig27LKBxI2WqHRAx04dk0=";
+  vendorHash = "sha256-AzIncQtNhzOJDlEXr5tbxXpt6V7RAgoGxks/zZ3Uakw=";
 
   meta = with lib; {
     description = "API wrapper to search for exposed hosts";