diff options
author | Nick Cao | 2024-08-30 15:32:51 -0400 |
---|---|---|
committer | GitHub | 2024-08-30 15:32:51 -0400 |
commit | ddf238e6d24fee3e4bec84aa5a68e3fd875e7627 (patch) | |
tree | bc56961553fe21ffe59aaccdbc324848ab8d9a0c /pkgs | |
parent | 8aff1b1851000b2c68860c7db050c452d1221247 (diff) | |
parent | ac17a81aba2cda6260a478ab7b7c59ff9ea3a35d (diff) |
sonobuoy: 0.57.1 -> 0.57.2 (#338376)
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/applications/networking/cluster/sonobuoy/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/cluster/sonobuoy/default.nix b/pkgs/applications/networking/cluster/sonobuoy/default.nix index a62efd6833fb..e86d9c920c3a 100644 --- a/pkgs/applications/networking/cluster/sonobuoy/default.nix +++ b/pkgs/applications/networking/cluster/sonobuoy/default.nix @@ -2,11 +2,11 @@ # SHA of ${version} for the tool's help output. Unfortunately this is needed in build flags. # The update script can update this automatically, the comment is used to find the line. -let rev = "6f9e27f1795f10475c9f6f5decdff692e1e228da"; # update-commit-sha +let rev = "cc22d58f4c8b5a155bd1778cd3702eca5ad43e05"; # update-commit-sha in buildGoModule rec { pname = "sonobuoy"; - version = "0.57.1"; # Do not forget to update `rev` above + version = "0.57.2"; # Do not forget to update `rev` above ldflags = let t = "github.com/vmware-tanzu/sonobuoy"; @@ -21,10 +21,10 @@ buildGoModule rec { owner = "vmware-tanzu"; repo = "sonobuoy"; rev = "v${version}"; - hash = "sha256-e9C5ZwKqT3Fiko2HqrIpONVvjhT8KBBO7rQc3BJhl+A="; + hash = "sha256-QRHCAnZwz90ZVaZUbg7Jv1VlobbcY5mbFQbMQJfHsfU="; }; - vendorHash = "sha256-HE53eIEyhOI9ksEx1EKmv/txaTa7KDrNUMEVRMi4Wuo="; + vendorHash = "sha256-QUKdCsbxobusyaPWLMJujPgmWIT3mBajgy98BUAgPyk="; subPackages = [ "." ]; |