about summary refs log tree commit diff
path: root/pkgs/tools/security/gau
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-04-22 08:56:51 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-04-22 08:56:51 +0200
commitf7f3725fc61b5c1166a0fd748f2fee47c977b353 (patch)
tree6b5c96b704250e9d5be716f22d64cbcf36afdae7 /pkgs/tools/security/gau
parenteed65357919870061fba1fb6a70756041903f42b (diff)
gau: 2.0.9 -> 2.1.1
Diffstat (limited to 'pkgs/tools/security/gau')
-rw-r--r--pkgs/tools/security/gau/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/gau/default.nix b/pkgs/tools/security/gau/default.nix
index 8113289a9c4f3..29a0aadd15611 100644
--- a/pkgs/tools/security/gau/default.nix
+++ b/pkgs/tools/security/gau/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "gau";
-  version = "2.0.9";
+  version = "2.1.1";
 
   src = fetchFromGitHub {
     owner = "lc";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-8op515+0wDxxU1e08gJ6lg/8NhQScFb4b3mCzBV/VNw=";
+    sha256 = "sha256-jIMBvRnY1Z/cLwBnWGp1fsx6oLri1qiknLj+r9B4GHc=";
   };
 
   vendorSha256 = "sha256-HQATUCzYvhhlqe4HhNu9H4CqmY2IGLNJ9ydt3/igSmQ=";