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

kapp: 0.55.0 -> 0.55.1
This commit is contained in:
Weijia Wang 2023-05-13 23:00:00 +02:00 committed by GitHub
commit 50b448a76f
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.55.0";
version = "0.55.1";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-kapp";
rev = "v${version}";
sha256 = "sha256-Y/2Jsb4S07Sp4RbCp9E0/VHfYejFN3cmBLaTqUSK/6Q=";
sha256 = "sha256-g65hW/qyuwwZDfX0dDbgjlRCikBT3PpWP53MzkUlNqY=";
};
vendorHash = null;