sonobuoy: 0.19.0 -> 0.20.0 (#106928)
* Sonobuoy 0.19.0 -> 0.20.0 * Add comments to explain why we need both version and rev Co-authored-by: Léo Gaspard <github@leo.gaspard.ninja>
This commit is contained in:
parent
965d351a54
commit
9ecd8455de
@ -1,11 +1,11 @@
|
|||||||
{ lib, buildGoModule, fetchFromGitHub }:
|
{ lib, buildGoModule, fetchFromGitHub }:
|
||||||
|
|
||||||
# SHA of ${version} for the tool's help output
|
# SHA of ${version} for the tool's help output. Unfortunately this is needed in build flags.
|
||||||
let rev = "e03f9ee353717ccc5f58c902633553e34b2fe46a";
|
let rev = "f6e19140201d6bf2f1274bf6567087bc25154210";
|
||||||
in
|
in
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "sonobuoy";
|
pname = "sonobuoy";
|
||||||
version = "0.19.0";
|
version = "0.20.0"; # Do not forget to update `rev` above
|
||||||
|
|
||||||
buildFlagsArray =
|
buildFlagsArray =
|
||||||
let t = "github.com/vmware-tanzu/sonobuoy";
|
let t = "github.com/vmware-tanzu/sonobuoy";
|
||||||
@ -17,7 +17,7 @@ buildGoModule rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "1gw58a30akidk15wk8kk7f8lsyqr1q180j6fzr4462ahwxdbjgkr";
|
sha256 = "11qawsv82i1pl4mwfc85wb4fbq961bplvmygnjfm79m8z87863ri";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
repo = "sonobuoy";
|
repo = "sonobuoy";
|
||||||
owner = "vmware-tanzu";
|
owner = "vmware-tanzu";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user