about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-11-18 08:42:23 +0100
committerGitHub <noreply@github.com>2021-11-18 08:42:23 +0100
commite0e06ded2d5618e62957fa82ab77c3b30fd8f057 (patch)
tree5ad957e46b691567554a2829ff230625e7cc1dd5 /pkgs
parent3e8ff3181b754e4646766849b5e8142406ac3f12 (diff)
parent98e19d03331e311516e5800a0c4776e88faa656a (diff)
Merge pull request #146375 from fabaff/bump-gau
gau: 1.2.0 -> 2.0.6
Diffstat (limited to 'pkgs')
-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 fec4e4e013b56..95d5f228c8037 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.2.0";
+  version = "2.0.6";
 
   src = fetchFromGitHub {
     owner = "lc";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-hUIUDDP9NtMmJXj5GCD/ISUUcx5prKCVVFztff9txoU=";
+    sha256 = "sha256-d9Cfd2KD+ymGnzOjlVQkSm3XBamoJIUKQLnRZzSDBtk=";
   };
 
-  vendorSha256 = "sha256-WMoFbqtBMcjTWX51mEMzpgDEAndCElldNqjG27yXd2w=";
+  vendorSha256 = "sha256-u5ketxHPwZN2mV0uTgwJbY+ImusGZ9GTTmFAGvdH5yA=";
 
   meta = with lib; {
     description = "Tool to fetch known URLs";