mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
sonobuoy: 0.56.13 -> 0.56.14
This commit is contained in:
parent
b10a520017
commit
79b2a5bb3a
@ -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 = "5b97033257d0276c7b0d1b20412667a69d79261e";
|
let rev = "bd5465d6b2b2b92b517f4c6074008d22338ff509";
|
||||||
in
|
in
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "sonobuoy";
|
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 =
|
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-T0G0S8bj0QO1/eC/XMwiJ0ZcJC6KYB6gmj/bq2yYgAE=";
|
sha256 = "sha256-YiVCdAdwdK9PcQ6VQQNAjLQq2X54vJmZfbHRjV2d8VQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-SRR4TmNHbMOOMv6AXv/Qpn2KUQh+ZsFlzc5DpdyPLEU=";
|
vendorSha256 = "sha256-Fqxkyl9AKZ7H4QSp2V/yztpeXHt57+LjpzzGtOPndX0=";
|
||||||
|
|
||||||
subPackages = [ "." ];
|
subPackages = [ "." ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user