summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-09-07 08:42:40 +0200
committerGitHub <noreply@github.com>2022-09-07 08:42:40 +0200
commit329968a1c529be4ca428774f40e7e5f3b94955d9 (patch)
tree781f0f1710404989595863ef3b2f9205f446a473 /pkgs
parentf8a9418da696c0a30cee687c28cf5e1a123fe584 (diff)
parent8aebd40643fee21f66caf21938050dee48248e69 (diff)
Merge pull request #190079 from r-ryantm/auto-update/uncover
uncover: 0.0.7 -> 0.0.8
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/security/uncover/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/uncover/default.nix b/pkgs/tools/security/uncover/default.nix
index c55e553690af9..094f24069731b 100644
--- a/pkgs/tools/security/uncover/default.nix
+++ b/pkgs/tools/security/uncover/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "uncover";
-  version = "0.0.7";
+  version = "0.0.8";
 
   src = fetchFromGitHub {
     owner = "projectdiscovery";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-xQHcJgbWYOvAsoZNzBB7uEs9qIsKGitmurruE+dwjt8=";
+    hash = "sha256-euf6ufKVaDEJdaUCzjog32Gpoi7CPa3X22p60UgnOOQ=";
   };
 
   vendorSha256 = "sha256-FePZWseFEbBhBIsojw67SCZufSJygekZjlk0d7aceak=";