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

kapp: 0.59.0 -> 0.59.1
This commit is contained in:
Nick Cao 2023-11-01 09:21:48 -04:00 committed by GitHub
commit dec98786f3
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.59.0";
version = "0.59.1";
src = fetchFromGitHub {
owner = "carvel-dev";
repo = "kapp";
rev = "v${version}";
sha256 = "sha256-I+BXKJvilrYvSi2xevZKFE49emghg19dCpW/bbIcZ8o=";
sha256 = "sha256-0fvcBJzJB3o9gQiFfm9+qGTWcoJY2X4AR2XR8RRjerg=";
};
vendorHash = null;