about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-04-22 14:31:00 +0200
committerGitHub <noreply@github.com>2022-04-22 14:31:00 +0200
commitb19a1aa220dae6b796094c44ee0fc3180ab97581 (patch)
tree0fe1c83fcfe75e28634e829879ccadd09fba4962
parent4c8dc108ccd91c3882fe37f79199a151736d9fd3 (diff)
parentf7f3725fc61b5c1166a0fd748f2fee47c977b353 (diff)
Merge pull request #169713 from fabaff/bump-gau
gau: 2.0.9 -> 2.1.1
-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=";