sonobuoy: 0.56.17 -> 0.57.1

This commit is contained in:
Paul Meyer 2023-12-08 20:43:38 +01:00
parent 47a15d56c8
commit a201da67d3

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 = "6dffe7abf704a808b85f57c9f773ea23b1175b47";
let rev = "6f9e27f1795f10475c9f6f5decdff692e1e228da";
in
buildGoModule rec {
pname = "sonobuoy";
version = "0.56.17"; # Do not forget to update `rev` above
version = "0.57.1"; # 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}";
hash = "sha256-m+kUd5q53X9hlr97SAPzkuOQQDoaJzLQPSIqwAzSCHk=";
hash = "sha256-e9C5ZwKqT3Fiko2HqrIpONVvjhT8KBBO7rQc3BJhl+A=";
};
vendorHash = "sha256-f/Qv+j58oisaOs4HJQh7rIslds6Ic2w3DJB+nHdIgFo=";
vendorHash = "sha256-HE53eIEyhOI9ksEx1EKmv/txaTa7KDrNUMEVRMi4Wuo=";
subPackages = [ "." ];