vendir: 0.33.2 -> 0.34.3

This commit is contained in:
R. Ryantm 2023-06-25 17:19:41 +00:00 committed by Anderson Torres
parent 6e3d56ee15
commit 276e0c111d

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "vendir";
version = "0.33.2";
version = "0.34.3";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-vendir";
rev = "v${version}";
sha256 = "sha256-jXPyOnGCyXe06pazppo6czJ4CpaeEscRbanchDnz2tw=";
sha256 = "sha256-oeKzbe272Mg0pp+MW6/oBw64/OAzTSmo1qSNAoRqmOE=";
};
vendorHash = null;