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

kapp: 0.60.0 -> 0.61.0
This commit is contained in:
Matthias Beyer 2024-04-17 17:13:02 +02:00 committed by GitHub
commit 6f9c5f5bec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kapp";
version = "0.60.0";
version = "0.61.0";
src = fetchFromGitHub {
owner = "carvel-dev";
repo = "kapp";
rev = "v${version}";
sha256 = "sha256-o1MFbyjgOvhgcrlkbYGn0+nHENL2STFiD9CUkCdB56E=";
sha256 = "sha256-/HINk9an1wfiKo2xj4x2Ienc2/acZZHjQRIjcCtUQjI=";
};
vendorHash = null;