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-03-18 03:29:06 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-18 03:29:06 +0000
commit11e800d521145ed51e36f0d2513866e4bdbb3615 (patch)
tree58397c846c5c5003fd3c79c3bf762c9a1af83e29 /pkgs/tools/security/uncover
parentb7a3087658927fa6d2389c4045b2fe7597970027 (diff)
downloadnixlib-11e800d521145ed51e36f0d2513866e4bdbb3615.tar
nixlib-11e800d521145ed51e36f0d2513866e4bdbb3615.tar.gz
nixlib-11e800d521145ed51e36f0d2513866e4bdbb3615.tar.bz2
nixlib-11e800d521145ed51e36f0d2513866e4bdbb3615.tar.lz
nixlib-11e800d521145ed51e36f0d2513866e4bdbb3615.tar.xz
nixlib-11e800d521145ed51e36f0d2513866e4bdbb3615.tar.zst
nixlib-11e800d521145ed51e36f0d2513866e4bdbb3615.zip
uncover: 1.0.2 -> 1.0.3
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 d8eb2d46b923..38421ad70553 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.2";
+  version = "1.0.3";
 
   src = fetchFromGitHub {
     owner = "projectdiscovery";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-yyx7gkOUQibcrMCEeeSeHtnKlxSnd/i6c1pq1V6hzA4=";
+    hash = "sha256-emfS5/HEt+I0DlUDgbWGqjF8bVLHsKxgAS4CKB8WO9E=";
   };
 
-  vendorHash = "sha256-xB1JJIM/aro1Hk4JIwpR6WV6V+5hO9T3yWokxbybRXU=";
+  vendorHash = "sha256-ckswffKbTXq8GMO2RvVz43ig27LKBxI2WqHRAx04dk0=";
 
   meta = with lib; {
     description = "API wrapper to search for exposed hosts";