summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-03 10:05:26 -0400
committerGitHub <noreply@github.com>2023-11-03 10:05:26 -0400
commit3e8eb4d212721466a09349076edfb928b28a38fa (patch)
tree06d334b6e2af82a40f473b2fc08bc14854571f7e /pkgs
parentb2a36043d40f28c388a2a4c1bc6d952add9b4890 (diff)
parent431cbd53186ca51a30598529ce6fb4274c66af96 (diff)
Merge pull request #265174 from fabaff/gau-bump
gau: 2.2.0 -> 2.2.1
Diffstat (limited to 'pkgs')
-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 1a67b89855f9d..eea5df85162c9 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.2.0";
+  version = "2.2.1";
 
   src = fetchFromGitHub {
     owner = "lc";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-09Mf6KmTO3gper7txhvPZ/lb/cFOTDWicpu7+JrNrbo=";
+    sha256 = "sha256-AtKakeQnxRbFAbK/aQ4OQoEowN753jm4P4M57Oo3x1Y=";
   };
 
   vendorHash = "sha256-nhsGhuX5AJMHg+zQUt1G1TwVgMCxnuJ2T3uBrx7bJNs=";