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

kapp: 0.57.1 -> 0.58.0
This commit is contained in:
Nick Cao 2023-07-28 18:41:47 -06:00 committed by GitHub
commit 9564a59e15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kapp";
version = "0.57.1";
version = "0.58.0";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-kapp";
rev = "v${version}";
sha256 = "sha256-JNo6+WlMcIUGb/36GM6ofvJBIJnF4oRocdYsEw7V1Ks=";
sha256 = "sha256-E5QiR4hcO2Ii5qXAlMrw9Yxy8IYqjnonSGiUUyzhMVc=";
};
vendorHash = null;