sonobuoy: 0.57.3 -> 0.57.4 (#533923)
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
# SHA of ${finalAttrs.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 = "a988242e8bbded3ef4602eda48addcfac24a1a91"; # update-commit-sha
|
||||
rev = "09b10f4ef2c32b3ee04ec59821ccae492e1e140d"; # update-commit-sha
|
||||
in
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "sonobuoy";
|
||||
version = "0.57.3"; # Do not forget to update `rev` above
|
||||
version = "0.57.4"; # Do not forget to update `rev` above
|
||||
|
||||
ldflags =
|
||||
let
|
||||
@@ -30,10 +30,10 @@ buildGoModule (finalAttrs: {
|
||||
owner = "vmware-tanzu";
|
||||
repo = "sonobuoy";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-YFItnwU08g4pVo4OOHscRmPRVXyr+R9YWYTxhSzd7iI=";
|
||||
hash = "sha256-LFYn7Ym1RS8/Uysm6I2HbVD48fu542TsHdqybzvLgrw=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-QjVnC6CZXuw6qLNyX9ut2g1Ws1cYO1JuT043aqqeF0Q=";
|
||||
vendorHash = "sha256-0PELYc2CK8FCDUvQomY6AkYd7VmhmTai64ITbpudMc4=";
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
||||
|
||||
@@ -47,4 +47,4 @@ echo "updating commit hash of ${owner}/${repo} @ ${tag} to ${sha}" >&2
|
||||
|
||||
cd "$(dirname "$(readlink -f "$0")")"
|
||||
|
||||
sed -i "s|\".*\"; # update-commit-sha|${sha}; # update-commit-sha|" default.nix
|
||||
sed -i "s|\".*\"; # update-commit-sha|${sha}; # update-commit-sha|" package.nix
|
||||
|
||||
Reference in New Issue
Block a user