kargo: 1.10.9 -> 1.11.0 (#547761)

This commit is contained in:
Weijia Wang
2026-08-17 22:50:56 +00:00
committed by GitHub

View File

@@ -11,16 +11,16 @@
buildGoModule (finalAttrs: {
pname = "kargo";
version = "1.10.9";
version = "1.11.0";
src = fetchFromGitHub {
owner = "akuity";
repo = "kargo";
tag = "v${finalAttrs.version}";
hash = "sha256-IQJJuw4ZGBJHo3bddVVYiw4NYLHFAlKGpvJwB/MjMX8=";
hash = "sha256-yeHLLgRfKb6DYCxKRh0tNupT7ifTsdCt+qRCde+U91s=";
};
vendorHash = "sha256-tucXuZhcCVplFAmRzWJtxbBQccxiVTAheTA55wHMkyw=";
vendorHash = "sha256-2kInoWXC01BbvISg6F02KC2xUWUcc4SGlm41imW45DU=";
subPackages = [ "cmd/cli" ];