vendir: 0.34.3 -> 0.34.4

This commit is contained in:
R. Ryantm 2023-08-25 22:56:03 +00:00
parent 5cf3fa6186
commit 7b5f2a14f2

View File

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