kargo: 1.4.4 -> 1.5.1

This commit is contained in:
R. Ryantm 2025-05-31 08:53:08 +00:00
parent 7c07515359
commit 4db8dd79bd

View file

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "kargo";
version = "1.4.4";
version = "1.5.1";
src = fetchFromGitHub {
owner = "akuity";
repo = "kargo";
tag = "v${version}";
hash = "sha256-dWrszpDPAVVsTDiPiqZhtGniZSaGeA7LzFyHUuuESiY=";
hash = "sha256-y21aUh4dRa9C/u37q3kf/HHIBA/UXnsD+zfc2Wa0oSQ=";
};
vendorHash = "sha256-1J/9AXKU6jLZh6B5jWCoQeStborTOGjxFkZ1Vk2Yw+8=";
vendorHash = "sha256-K/O42m2f+aVJZrWkj1OXC7peiwHWy0K5uj4VySHlAww=";
subPackages = [ "cmd/cli" ];