vendir: 0.45.2 -> 0.45.3 (#510531)

This commit is contained in:
Nick Cao
2026-04-16 20:11:26 +00:00
committed by GitHub
+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;