sonobuoy: Update buildinfo.GitSHA

Forgot in #183859
This commit is contained in:
Bobby Rong 2022-08-27 19:07:48 +08:00 committed by GitHub
parent 407865abf8
commit 805ca4c49b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";