kapp: 0.54.1 -> 0.55.0

This commit is contained in:
R. Ryantm 2023-04-17 19:19:14 +00:00
parent 0a4206a51b
commit fb13118f4b

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kapp";
version = "0.54.1";
version = "0.55.0";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-kapp";
rev = "v${version}";
sha256 = "sha256-q9Am9ryrvmvuUCmHNCsf1iZz0wdaO87C1Gbvi40cKIA=";
sha256 = "sha256-Y/2Jsb4S07Sp4RbCp9E0/VHfYejFN3cmBLaTqUSK/6Q=";
};
vendorSha256 = null;
vendorHash = null;
subPackages = [ "cmd/kapp" ];