Merge pull request #143417 from r-ryantm/auto-update/sonobuoy
This commit is contained in:
commit
01a1d39a3e
@ -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 = "981a3ffd4368600eb1a5bca3f12a251e80895d37";
|
||||
let rev = "08bb70f407d0334fa80b9dbc6850987f16eb27d3";
|
||||
in
|
||||
buildGoModule rec {
|
||||
pname = "sonobuoy";
|
||||
version = "0.53.2"; # Do not forget to update `rev` above
|
||||
version = "0.54.0"; # Do not forget to update `rev` above
|
||||
|
||||
ldflags =
|
||||
let t = "github.com/vmware-tanzu/sonobuoy";
|
||||
@ -17,10 +17,10 @@ buildGoModule rec {
|
||||
];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
sha256 = "sha256-8bUZsknG1Z2TKWwtuJtnauK8ibikGphl3oiLXT3PZzY=";
|
||||
rev = "v${version}";
|
||||
repo = "sonobuoy";
|
||||
owner = "vmware-tanzu";
|
||||
repo = "sonobuoy";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-Gtpky+zkFKukIIHF91F4uBZjaguk8KlOEVhSwTj+ccs=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-Lkwv95BZa7nFEXk1KcwXIRVpj9DZmqnWjkdrZkO/k24=";
|
||||
|
Loading…
Reference in New Issue
Block a user