kapp: 0.60.0 -> 0.61.0

This commit is contained in:
R. Ryantm 2024-04-16 03:40:07 +00:00
parent 1df062db9e
commit 6d69a6fdb3
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;