Merge pull request #251470 from r-ryantm/auto-update/vendir

vendir: 0.34.3 -> 0.34.4
This commit is contained in:
Nick Cao
2023-08-26 13:52:59 +08:00
committed by GitHub
+2 -2
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;