about summary refs log tree commit diff
path: root/pkgs/tools/security/gau
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-06-04 20:13:20 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-06-04 20:13:20 +0000
commita23ea6d55933aa5d52d39fb40f8b2efe24ae6d76 (patch)
tree4c0626cb15ca0a8fecc866cb15be694ea24f00c0 /pkgs/tools/security/gau
parentf9168ac269b86d441b2954e28e370cb7418c2230 (diff)
gau: 1.1.0 -> 1.2.0
Diffstat (limited to 'pkgs/tools/security/gau')
-rw-r--r--pkgs/tools/security/gau/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/gau/default.nix b/pkgs/tools/security/gau/default.nix
index 46498e49cffe7..fec4e4e013b56 100644
--- a/pkgs/tools/security/gau/default.nix
+++ b/pkgs/tools/security/gau/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "gau";
-  version = "1.1.0";
+  version = "1.2.0";
 
   src = fetchFromGitHub {
     owner = "lc";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1srbql603vvlxc6p1ibw0982icdq9kcr1iamxlr8bmgldbm8215w";
+    sha256 = "sha256-hUIUDDP9NtMmJXj5GCD/ISUUcx5prKCVVFztff9txoU=";
   };
 
-  vendorSha256 = "17ag2wvaxv2dyx3yx3fvlf36ww4a44660pn4gvpbrwacsan9as5s";
+  vendorSha256 = "sha256-WMoFbqtBMcjTWX51mEMzpgDEAndCElldNqjG27yXd2w=";
 
   meta = with lib; {
     description = "Tool to fetch known URLs";