vendir: 0.43.1 -> 0.43.2

This commit is contained in:
R. Ryantm
2025-04-08 17:09:56 +00:00
parent 3367e70de7
commit 8f2eee63aa
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "vendir";
version = "0.43.1";
version = "0.43.2";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-vendir";
rev = "v${version}";
sha256 = "sha256-VIP1NkSZMoTZfvl6xAAbs0sL9rBc6FDaZHgOmRViStY=";
sha256 = "sha256-OCFXgVMFEKh3ImKQy4m2HVycyvt9IWJKd5Ng6rjNuzA=";
};
vendorHash = null;