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

kapp: 0.51.0 -> 0.52.0
This commit is contained in:
Jonas Heinrich 2022-08-13 16:10:09 +02:00 committed by GitHub
commit 110a07f477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,13 +1,13 @@
{ lib, buildGoModule, fetchFromGitHub, installShellFiles }:
buildGoModule rec {
pname = "kapp";
version = "0.51.0";
version = "0.52.0";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-kapp";
rev = "v${version}";
sha256 = "sha256-TfTnq6cGlCm8Fv/pf6wAFrxbW2CJyZFze+woxy70OzA=";
sha256 = "sha256-sCQD0hZTJaeueBTu4XPiPVC5dhPWkTQn0mKwWVT5H/0=";
};
vendorSha256 = null;