sonobuoy: 0.56.13 -> 0.56.14

This commit is contained in:
R. Ryantm 2022-12-24 02:21:47 +00:00 committed by Bobby Rong
parent b10a520017
commit 79b2a5bb3a
No known key found for this signature in database

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 = "5b97033257d0276c7b0d1b20412667a69d79261e";
let rev = "bd5465d6b2b2b92b517f4c6074008d22338ff509";
in
buildGoModule rec {
pname = "sonobuoy";
version = "0.56.13"; # Do not forget to update `rev` above
version = "0.56.14"; # Do not forget to update `rev` above
ldflags =
let t = "github.com/vmware-tanzu/sonobuoy";
@ -20,10 +20,10 @@ buildGoModule rec {
owner = "vmware-tanzu";
repo = "sonobuoy";
rev = "v${version}";
sha256 = "sha256-T0G0S8bj0QO1/eC/XMwiJ0ZcJC6KYB6gmj/bq2yYgAE=";
sha256 = "sha256-YiVCdAdwdK9PcQ6VQQNAjLQq2X54vJmZfbHRjV2d8VQ=";
};
vendorSha256 = "sha256-SRR4TmNHbMOOMv6AXv/Qpn2KUQh+ZsFlzc5DpdyPLEU=";
vendorSha256 = "sha256-Fqxkyl9AKZ7H4QSp2V/yztpeXHt57+LjpzzGtOPndX0=";
subPackages = [ "." ];