Merge pull request #156760 from r-ryantm/auto-update/sonobuoy
sonobuoy: 0.55.1 -> 0.56.0
This commit is contained in:
commit
6eb7287912
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
{ lib, buildGoModule, fetchFromGitHub }:
|
{ lib, buildGoModule, fetchFromGitHub }:
|
||||||
|
|
||||||
# SHA of ${version} for the tool's help output. Unfortunately this is needed in build flags.
|
# SHA of ${version} for the tool's help output. Unfortunately this is needed in build flags.
|
||||||
let rev = "237bd35906f5c4bed1f4de4aa58cc6a6a676d4fd";
|
let rev = "0665cd322b11bb40c2774776de765c38d8104bed";
|
||||||
in
|
in
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "sonobuoy";
|
pname = "sonobuoy";
|
||||||
version = "0.55.1"; # Do not forget to update `rev` above
|
version = "0.56.0"; # Do not forget to update `rev` above
|
||||||
|
|
||||||
ldflags =
|
ldflags =
|
||||||
let t = "github.com/vmware-tanzu/sonobuoy";
|
let t = "github.com/vmware-tanzu/sonobuoy";
|
||||||
|
@ -20,10 +20,10 @@ buildGoModule rec {
|
||||||
owner = "vmware-tanzu";
|
owner = "vmware-tanzu";
|
||||||
repo = "sonobuoy";
|
repo = "sonobuoy";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-pHpnh+6O9yjnDA8u0jyLvqNQbXC+xz8fRn47aQNdOAo=";
|
sha256 = "sha256-78skqo3sq567s3/XN54xtC0mefDY3Io3BD0d+JP7k5Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-jPKCWTFABKRZCg6X5VVdrmOU/ZFc7yGD7R8RJrpcITg=";
|
vendorSha256 = "sha256-qKXm39CwrTcXENIMh2BBS3MUlhJvmTTA3UzZNpF0PCc=";
|
||||||
|
|
||||||
subPackages = [ "." ];
|
subPackages = [ "." ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue