about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/sonobuoy
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-08-27 19:07:48 +0800
committerGitHub <noreply@github.com>2022-08-27 19:07:48 +0800
commit805ca4c49bf938289def10f197e5f4a1b7d7ea19 (patch)
tree4d4ae8f9b4c8052dc0f5eb99c1fd5ad0f4170052 /pkgs/applications/networking/cluster/sonobuoy
parent407865abf82e2347fdf59045681975920453bb98 (diff)
sonobuoy: Update buildinfo.GitSHA
Forgot in #183859
Diffstat (limited to 'pkgs/applications/networking/cluster/sonobuoy')
-rw-r--r--pkgs/applications/networking/cluster/sonobuoy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/sonobuoy/default.nix b/pkgs/applications/networking/cluster/sonobuoy/default.nix
index 36b05172bad0f..fa6976d5a3f7d 100644
--- a/pkgs/applications/networking/cluster/sonobuoy/default.nix
+++ b/pkgs/applications/networking/cluster/sonobuoy/default.nix
@@ -1,7 +1,7 @@
 { lib, buildGoModule, fetchFromGitHub }:
 
 # SHA of ${version} for the tool's help output. Unfortunately this is needed in build flags.
-let rev = "51c79060fc1433233eb43842de564f0f2e47be86";
+let rev = "551bf68c694927839c3add25a2512f880902ee9b";
 in
 buildGoModule rec {
   pname = "sonobuoy";