vendir: 0.45.2 -> 0.45.3

This commit is contained in:
R. Ryantm
2026-04-16 08:44:45 +00:00
parent 4b6fd8e888
commit c6baf18444
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "vendir";
version = "0.45.2";
version = "0.45.3";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-vendir";
rev = "v${finalAttrs.version}";
sha256 = "sha256-2qcaAuLevtP5pouFuENiKneTJs0/k7ftDaFuKjVVIow=";
sha256 = "sha256-pGChtADYje6tGM0qYTwSrGQkUu6P1N8AZiXLJDWoYjA=";
};
vendorHash = null;