Merge pull request #226696 from r-ryantm/auto-update/kapp

kapp: 0.54.1 -> 0.55.0
This commit is contained in:
figsoda
2023-04-17 22:56:54 -04:00
committed by GitHub
+3 -3
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" ];