kapp: 0.63.1 -> 0.63.2

This commit is contained in:
R. Ryantm
2024-07-27 22:24:02 +00:00
parent 1f12de7a33
commit 36f0030005
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kapp";
version = "0.63.1";
version = "0.63.2";
src = fetchFromGitHub {
owner = "carvel-dev";
repo = "kapp";
rev = "v${version}";
hash = "sha256-6i09V4Y2rFoChXo5roxVUFf84qCu2X9i5NtlYtw4RhE=";
hash = "sha256-YmaIGC/4+yhb9D9QNqT3EW6RHbsbSebbImuJZdRhvJ0=";
};
vendorHash = null;