sonobuoy: 0.56.2 -> 0.56.3

This commit is contained in:
R. RyanTM 2022-03-21 01:17:31 -07:00 committed by GitHub
parent 282f698055
commit 0e882f0d2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
{ lib, buildGoModule, fetchFromGitHub }:
# SHA of ${version} for the tool's help output. Unfortunately this is needed in build flags.
let rev = "6cf7519717a14c9a3e495fcd4588fa4eb16d2be2";
let rev = "1005bee8fff1b8daa30ddbcca717d03384630a71";
in
buildGoModule rec {
pname = "sonobuoy";
version = "0.56.2"; # Do not forget to update `rev` above
version = "0.56.3"; # Do not forget to update `rev` above
ldflags =
let t = "github.com/vmware-tanzu/sonobuoy";
@ -20,7 +20,7 @@ buildGoModule rec {
owner = "vmware-tanzu";
repo = "sonobuoy";
rev = "v${version}";
sha256 = "sha256-KYpBubNHAstKUtf9Ys4VCWyZ+y4HjzVMs9EtWzVFviQ=";
sha256 = "sha256-7yN3/bGjcntzMQRbB//fmqvD7me/xKLytfF+mQ1fcfc=";
};
vendorSha256 = "sha256-qKXm39CwrTcXENIMh2BBS3MUlhJvmTTA3UzZNpF0PCc=";