From 805ca4c49bf938289def10f197e5f4a1b7d7ea19 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sat, 27 Aug 2022 19:07:48 +0800 Subject: [PATCH] sonobuoy: Update buildinfo.GitSHA Forgot in #183859 --- pkgs/applications/networking/cluster/sonobuoy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/sonobuoy/default.nix b/pkgs/applications/networking/cluster/sonobuoy/default.nix index 36b05172bad0..fa6976d5a3f7 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";